#571608

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

Shades of Red Oxide #571608

Tints of Red Oxide #571608

Color information

#571608 (or 0x571608) is unknown color: approx Red Oxide. HEX triplet: 57, 16 and 08. RGB value is (87,22,8). Sum of RGB (Red+Green+Blue) = 87+22+8=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #571608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571608 is #A8E9F7. Grayscale: #272727. Windows color (decimal): -11069944 or 530007. OLE color: 530007.

HSL color Cylindrical-coordinate representation of color #571608: hue angle of 10.63º 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 #571608 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB87228-
CMYK00.750.910.66
HSL10.63º83.16%18.63%-
HSV(B)10.63º90.8%34.12%-
XYZ4.262.620.51-
YUV39.84110.03161.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 74.36%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=74.36%
G=18.80%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8722800.750.910.6610.6383.1618.63
Hex5716804B5B42b5313
Octal127261001131331021312323
Binary101011110110100001001011101101110000101011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571608; }

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

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

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

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

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

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

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

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