Html Css Color HEX #571008 Red Oxide

📋 copy color: '#571008'

red 87 ◦ green 16 ◦ blue 8

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

Shades of Red Oxide #571008

Tints of Red Oxide #571008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.41%

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

R = 78.38%
G = 14.41%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#571008 (or 0x571008) is known color: Red Oxide. HEX triplet: 57, 10 and 08. RGB value is (87,16,8). Sum of RGB (Red+Green+Blue) = 87+16+8=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #571008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571008 is #A8EFF7. Grayscale: #242424. Windows color (decimal): -11071480 or 528471. OLE color: 528471.

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

Color convert

RGB 87 16 8 -
CMYK 0 0.82 0.91 0.66
HSL 6.08º 0.83% 0.19% -
HSV(B) 6.08º 0.91% 0.34% -
XYZ 4.16 2.41 0.48 -
YUV 36.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 87 16 8 0 0.82 0.91 0.66 6.08 0.83 0.19
Hex 57 10 8 0 52 5B 42 6 53 13
Octal 127 20 10 0 122 133 102 6 123 23
Binary 1010111 10000 1000 0 1010010 1011011 1000010 110 1010011 10011

Color Harmonies of #571008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571008

Black with #571008

Text Example


Text Example

White with #571008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571008; }

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

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

background-color css

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

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

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

border-color css

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

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

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