#571208

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

Shades of Red Oxide #571208

Tints of Red Oxide #571208

Color information

#571208 (or 0x571208) is unknown color: approx Red Oxide. HEX triplet: 57, 12 and 08. RGB value is (87,18,8). Sum of RGB (Red+Green+Blue) = 87+18+8=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #571208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571208 is #A8EDF7. Grayscale: #252525. Windows color (decimal): -11070968 or 528983. OLE color: 528983.

HSL color Cylindrical-coordinate representation of color #571208: hue angle of 7.59º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #571208 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB87188-
CMYK00.790.910.66
HSL7.59º83.16%18.63%-
HSV(B)7.59º90.8%34.12%-
XYZ4.192.480.49-
YUV37.49111.36163.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 76.99%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 8 (3.52% from 255) = 7.08%
R=76.99%
G=15.93%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8718800.790.910.667.5983.1618.63
Hex5712804F5B4285313
Octal127221001171331021012323
Binary101011110010100001001111101101110000101000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571208; }

 p { color: rgb(87,18,8); }

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

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

 a { background-color: rgb(87,18,8); }

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

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

 span { border-color: rgb(87,18,8); }

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