Html Css Color HEX #571912 Red Oxide

📋 copy color: '#571912'

red 87 ◦ green 25 ◦ blue 18

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

Shades of Red Oxide #571912

Tints of Red Oxide #571912

RGB

 RED value IS 87 (34.38% from 255) = 66.92%

 GREEN value IS 25 (10.16% from 255) = 19.23%

 BLUE value IS 18 (7.42% from 255) = 13.85%

R = 66.92%
G = 19.23%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#571912 (or 0x571912) is known color: Red Oxide. HEX triplet: 57, 19 and 12. RGB value is (87,25,18). Sum of RGB (Red+Green+Blue) = 87+25+18=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #571912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571912 is #A8E6ED. Grayscale: #2A2A2A. Windows color (decimal): -11069166 or 1186135. OLE color: 1186135.

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

Color convert

RGB 87 25 18 -
CMYK 0 0.71 0.79 0.66
HSL 6.09º 0.66% 0.21% -
HSV(B) 6.09º 0.79% 0.34% -
XYZ 4.39 2.77 0.87 -
YUV 42.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 87 25 18 0 0.71 0.79 0.66 6.09 0.66 0.21
Hex 57 19 12 0 47 4F 42 6 42 15
Octal 127 31 22 0 107 117 102 6 102 25
Binary 1010111 11001 10010 0 1000111 1001111 1000010 110 1000010 10101

Color Harmonies of #571912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571912

Black with #571912

Text Example


Text Example

White with #571912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571912; }

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

 H1.HeaderClassName
 {
   color: #571912;
 }
 .AnyTagClassName
 {
   color: #571912;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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