#571200

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

Shades of Red Oxide #571200

Tints of Red Oxide #571200

Color information

#571200 (or 0x571200) is unknown color: approx Red Oxide. HEX triplet: 57, 12 and 00. RGB value is (87,18,0). Sum of RGB (Red+Green+Blue) = 87+18+0=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #571200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571200 is #A8EDFF. Grayscale: #242424. Windows color (decimal): -11070976 or 4695. OLE color: 4695.

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

Color convert

RGB87180-
CMYK00.7910.66
HSL12.41º100%17.06%-
HSV(B)12.41º100%34.12%-
XYZ4.152.460.26-
YUV36.58107.36163.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 82.86%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.86%
G=17.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8718000.7910.6612.4110017.06
Hex5712004F6442c6411
Octal12722001171441021414421
Binary101011110010001001111110010010000101100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571200; }

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

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

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

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

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

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

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

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