Html Css Color HEX #571312 Red Oxide

📋 copy color: '#571312'

red 87 ◦ green 19 ◦ blue 18

#571312
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #571312

Tints of Red Oxide #571312

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 value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#571312 (or 0x571312) is known color: 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

RGB 87 19 18 -
CMYK 0 0.78 0.79 0.66
HSL 0.87º 0.66% 0.21% -
HSV(B) 0.87º 0.79% 0.34% -
XYZ 4.27 2.54 0.84 -
YUV 39.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 87 19 18 0 0.78 0.79 0.66 0.87 0.66 0.21
Hex 57 13 12 0 4E 4F 42 1 42 15
Octal 127 23 22 0 116 117 102 1 102 25
Binary 1010111 10011 10010 0 1001110 1001111 1000010 1 1000010 10101

Color Harmonies of #571312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571312

Black with #571312

Text Example


Text Example

White with #571312

Text Example


Text Example

HTML Codes & Css Web 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>