Html Css Color HEX #571106 Red Oxide

📋 copy color: '#571106'

red 87 ◦ green 17 ◦ blue 6

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

Shades of Red Oxide #571106

Tints of Red Oxide #571106

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.45%

 BLUE value IS 6 (2.73% from 255) = 5.45%

R = 79.09%
G = 15.45%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#571106 (or 0x571106) is known color: Red Oxide. HEX triplet: 57, 11 and 06. RGB value is (87,17,6). Sum of RGB (Red+Green+Blue) = 87+17+6=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #571106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571106 is #A8EEF9. Grayscale: #242424. Windows color (decimal): -11071226 or 397655. OLE color: 397655.

HSL color Cylindrical-coordinate representation of color #571106: hue angle of 8.15º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #571106 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 6 -
CMYK 0 0.80 0.93 0.66
HSL 8.15º 0.87% 0.18% -
HSV(B) 8.15º 0.93% 0.34% -
XYZ 4.16 2.44 0.42 -
YUV 36.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 87 17 6 0 0.80 0.93 0.66 8.15 0.87 0.18
Hex 57 11 6 0 50 5D 42 8 57 12
Octal 127 21 6 0 120 135 102 10 127 22
Binary 1010111 10001 110 0 1010000 1011101 1000010 1000 1010111 10010

Color Harmonies of #571106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571106

Black with #571106

Text Example


Text Example

White with #571106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571106; }

 p { color: rgb(87,17,6); }

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

background-color css

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

 a { background-color: rgb(87,17,6); }

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

border-color css

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

 span { border-color: rgb(87,17,6); }

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