Html Css Color HEX #570E08 Red Oxide

📋 copy color: '#570E08'

red 87 ◦ green 14 ◦ blue 8

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

Shades of Red Oxide #570E08

Tints of Red Oxide #570E08

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.84%

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

R = 79.82%
G = 12.84%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#570E08 (or 0x570E08) is known color: Red Oxide. HEX triplet: 57, 0E and 08. RGB value is (87,14,8). Sum of RGB (Red+Green+Blue) = 87+14+8=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #570E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570E08 is #A8F1F7. Grayscale: #232323. Windows color (decimal): -11071992 or 527959. OLE color: 527959.

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

Color convert

RGB 87 14 8 -
CMYK 0 0.84 0.91 0.66
HSL 4.56º 0.83% 0.19% -
HSV(B) 4.56º 0.91% 0.34% -
XYZ 4.13 2.36 0.47 -
YUV 35.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 87 14 8 0 0.84 0.91 0.66 4.56 0.83 0.19
Hex 57 E 8 0 54 5B 42 5 53 13
Octal 127 16 10 0 124 133 102 5 123 23
Binary 1010111 1110 1000 0 1010100 1011011 1000010 101 1010011 10011

Color Harmonies of #570E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E08

Black with #570E08

Text Example


Text Example

White with #570E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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