Html Css Color HEX #571108 Red Oxide

📋 copy color: '#571108'

red 87 ◦ green 17 ◦ blue 8

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

Shades of Red Oxide #571108

Tints of Red Oxide #571108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.14%

R = 77.68%
G = 15.18%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#571108 (or 0x571108) is known color: Red Oxide. HEX triplet: 57, 11 and 08. RGB value is (87,17,8). Sum of RGB (Red+Green+Blue) = 87+17+8=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #571108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571108 is #A8EEF7. Grayscale: #252525. Windows color (decimal): -11071224 or 528727. OLE color: 528727.

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

Color convert

RGB 87 17 8 -
CMYK 0 0.80 0.91 0.66
HSL 6.84º 0.83% 0.19% -
HSV(B) 6.84º 0.91% 0.34% -
XYZ 4.17 2.44 0.48 -
YUV 36.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 87 17 8 0 0.80 0.91 0.66 6.84 0.83 0.19
Hex 57 11 8 0 50 5B 42 7 53 13
Octal 127 21 10 0 120 133 102 7 123 23
Binary 1010111 10001 1000 0 1010000 1011011 1000010 111 1010011 10011

Color Harmonies of #571108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571108

Black with #571108

Text Example


Text Example

White with #571108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571108; }

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

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

background-color css

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

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

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

border-color css

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

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

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