#712027

Color #712027 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #712027

Tints of Red Berry #712027

Color information

#712027 (or 0x712027) is unknown color: approx Red Berry. HEX triplet: 71, 20 and 27. RGB value is (113,32,39). Sum of RGB (Red+Green+Blue) = 113+32+39=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #712027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712027 is #8EDFD8. Grayscale: #393939. Windows color (decimal): -9363417 or 2564209. OLE color: 2564209.

HSL color Cylindrical-coordinate representation of color #712027: hue angle of 354.81º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712027 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1133239-
CMYK00.720.650.56
HSL354.81º55.86%28.43%-
HSV(B)354.81º71.68%44.31%-
XYZ7.694.692.42-
YUV57.02117.84167.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 61.41%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 39 (15.62% from 255) = 21.20%
R=61.41%
G=17.39%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113323900.720.650.56354.8155.8628.43
Hex7120270484138163381c
Octal16140470110101705437034
Binary111000110000010011101001000100000111100010110001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712027; }

 p { color: rgb(113,32,39); }

 H1.HeaderClassName
 {
   color: #712027;
 }
 .AnyTagClassName
 {
   color: #712027;
 }
</style>
background-color css

<style>
 a { background-color: #712027; }

 a { background-color: rgb(113,32,39); }

 div.DivClassName
 {
   background-color: #712027;
 }
 .BgClassName
 {
   background-color: #712027;
 }
</style>
border-color css

<style>
 span { border-color: #712027; }

 span { border-color: rgb(113,32,39); }

 td.TdClassName
 {
   border-color: #712027;
 }
 .TagClassName
 {
   border-color: #712027;
 }
</style>