#571612

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

Shades of Red Oxide #571612

Tints of Red Oxide #571612

Color information

#571612 (or 0x571612) is unknown color: approx Red Oxide. HEX triplet: 57, 16 and 12. RGB value is (87,22,18). Sum of RGB (Red+Green+Blue) = 87+22+18=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #571612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571612 is #A8E9ED. Grayscale: #292929. Windows color (decimal): -11069934 or 1185367. OLE color: 1185367.

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

Color convert

RGB872218-
CMYK00.750.790.66
HSL3.48º65.71%20.59%-
HSV(B)3.48º79.31%34.12%-
XYZ4.332.640.85-
YUV40.98115.03160.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 68.50%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=68.50%
G=17.32%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87221800.750.790.663.4865.7120.59
Hex57161204B4F4234215
Octal12726220113117102310225
Binary10101111011010010010010111001111100001011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571612; }

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

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

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

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

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

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

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

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