Html Css Color HEX #570D08 Red Oxide

📋 copy color: '#570D08'

red 87 ◦ green 13 ◦ blue 8

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

Shades of Red Oxide #570D08

Tints of Red Oxide #570D08

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.04%

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

R = 80.56%
G = 12.04%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#570D08 (or 0x570D08) is known color: Red Oxide. HEX triplet: 57, 0D and 08. RGB value is (87,13,8). Sum of RGB (Red+Green+Blue) = 87+13+8=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570D08 is #A8F2F7. Grayscale: #222222. Windows color (decimal): -11072248 or 527703. OLE color: 527703.

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

Color convert

RGB 87 13 8 -
CMYK 0 0.85 0.91 0.66
HSL 3.8º 0.83% 0.19% -
HSV(B) 3.8º 0.91% 0.34% -
XYZ 4.12 2.33 0.46 -
YUV 34.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 87 13 8 0 0.85 0.91 0.66 3.8 0.83 0.19
Hex 57 D 8 0 55 5B 42 4 53 13
Octal 127 15 10 0 125 133 102 4 123 23
Binary 1010111 1101 1000 0 1010101 1011011 1000010 100 1010011 10011

Color Harmonies of #570D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570D08

Black with #570D08

Text Example


Text Example

White with #570D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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