#571312

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

Shades of Red Oxide #571312

Tints of Red Oxide #571312

Color information

#571312 (or 0x571312) is unknown color: approx Red Oxide. HEX triplet: 57, 13 and 12. RGB value is (87,19,18). Sum of RGB (Red+Green+Blue) = 87+19+18=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #571312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571312 is #A8ECED. Grayscale: #272727. Windows color (decimal): -11070702 or 1184599. OLE color: 1184599.

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

Color convert

RGB871918-
CMYK00.780.790.66
HSL0.87º65.71%20.59%-
HSV(B)0.87º79.31%34.12%-
XYZ4.272.540.84-
YUV39.22116.03162.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.16%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=70.16%
G=15.32%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87191800.780.790.660.8765.7120.59
Hex57131204E4F4214215
Octal12723220116117102110225
Binary1010111100111001001001110100111110000101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571312; }

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

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

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

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

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

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

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

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