#712124

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

Shades of Red Berry #712124

Tints of Red Berry #712124

Color information

#712124 (or 0x712124) is unknown color: approx Red Berry. HEX triplet: 71, 21 and 24. RGB value is (113,33,36). Sum of RGB (Red+Green+Blue) = 113+33+36=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #712124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712124 is #8EDEDB. Grayscale: #393939. Windows color (decimal): -9363164 or 2367857. OLE color: 2367857.

HSL color Cylindrical-coordinate representation of color #712124: hue angle of 357.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712124 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1133336-
CMYK00.710.680.56
HSL357.75º54.79%28.63%-
HSV(B)357.75º70.8%44.31%-
XYZ7.674.732.18-
YUV57.26116167.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.09%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 36 (14.45% from 255) = 19.78%
R=62.09%
G=18.13%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113333600.710.680.56357.7554.7928.63
Hex7121240474438166371d
Octal16141440107104705466735
Binary111000110000110010001000111100010011100010110011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712124; }

 p { color: rgb(113,33,36); }

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

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

 a { background-color: rgb(113,33,36); }

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

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

 span { border-color: rgb(113,33,36); }

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