#571812

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

Shades of Red Oxide #571812

Tints of Red Oxide #571812

Color information

#571812 (or 0x571812) is unknown color: approx Red Oxide. HEX triplet: 57, 18 and 12. RGB value is (87,24,18). Sum of RGB (Red+Green+Blue) = 87+24+18=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #571812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571812 is #A8E7ED. Grayscale: #2A2A2A. Windows color (decimal): -11069422 or 1185879. OLE color: 1185879.

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

Color convert

RGB872418-
CMYK00.720.790.66
HSL5.22º65.71%20.59%-
HSV(B)5.22º79.31%34.12%-
XYZ4.372.720.87-
YUV42.15114.37159.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=67.44%
G=18.60%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87241800.720.790.665.2265.7120.59
Hex5718120484F4254215
Octal12730220110117102510225
Binary101011111000100100100100010011111000010101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571812; }

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

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

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

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

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

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

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

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