Html Css Color HEX #570800 Red Oxide

📋 copy color: '#570800'

red 87 ◦ green 8 ◦ blue 0

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

Shades of Red Oxide #570800

Tints of Red Oxide #570800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.58%
G = 8.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#570800 (or 0x570800) is known color: Red Oxide. HEX triplet: 57, 08 and 00. RGB value is (87,8,0). Sum of RGB (Red+Green+Blue) = 87+8+0=95 (12% of max value = 765). Red value is 87 (34.38% from 255 or 91.58% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 87 - color contains mainly: red. Hex color #570800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570800 is #A8F7FF. Grayscale: #1E1E1E. Windows color (decimal): -11073536 or 2135. OLE color: 2135.

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

Color convert

RGB 87 8 0 -
CMYK 0 0.91 1 0.66
HSL 5.52º 1% 0.17% -
HSV(B) 5.52º 1% 0.34% -
XYZ 4.02 2.2 0.21 -
YUV 30.71 110.67 168.15 -
System Red Green Blue C M Y K H S L
Decimal 87 8 0 0 0.91 1 0.66 5.52 1 0.17
Hex 57 8 0 0 5B 64 42 6 64 11
Octal 127 10 0 0 133 144 102 6 144 21
Binary 1010111 1000 0 0 1011011 1100100 1000010 110 1100100 10001

Color Harmonies of #570800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570800

Black with #570800

Text Example


Text Example

White with #570800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570800; }

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

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

background-color css

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

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

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

border-color css

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

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

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