Html Css Color HEX #571612 Red Oxide

📋 copy color: '#571612'

red 87 ◦ green 22 ◦ blue 18

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

Shades of Red Oxide #571612

Tints of Red Oxide #571612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.32%

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

R = 68.5%
G = 17.32%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

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

RGB 87 22 18 -
CMYK 0 0.75 0.79 0.66
HSL 3.48º 0.66% 0.21% -
HSV(B) 3.48º 0.79% 0.34% -
XYZ 4.33 2.64 0.85 -
YUV 40.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 87 22 18 0 0.75 0.79 0.66 3.48 0.66 0.21
Hex 57 16 12 0 4B 4F 42 3 42 15
Octal 127 26 22 0 113 117 102 3 102 25
Binary 1010111 10110 10010 0 1001011 1001111 1000010 11 1000010 10101

Color Harmonies of #571612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571612

Black with #571612

Text Example


Text Example

White with #571612

Text Example


Text Example

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