Html Css Color HEX #570900 Red Oxide

📋 copy color: '#570900'

red 87 ◦ green 9 ◦ blue 0

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

Shades of Red Oxide #570900

Tints of Red Oxide #570900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.38%

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

R = 90.63%
G = 9.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#570900 (or 0x570900) is known color: Red Oxide. HEX triplet: 57, 09 and 00. RGB value is (87,9,0). Sum of RGB (Red+Green+Blue) = 87+9+0=96 (12% of max value = 765). Red value is 87 (34.38% from 255 or 90.62% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 87 - color contains mainly: red. Hex color #570900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570900 is #A8F6FF. Grayscale: #1F1F1F. Windows color (decimal): -11073280 or 2391. OLE color: 2391.

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

Color convert

RGB 87 9 0 -
CMYK 0 0.90 1 0.66
HSL 6.21º 1% 0.17% -
HSV(B) 6.21º 1% 0.34% -
XYZ 4.03 2.22 0.22 -
YUV 31.3 110.34 167.73 -
System Red Green Blue C M Y K H S L
Decimal 87 9 0 0 0.90 1 0.66 6.21 1 0.17
Hex 57 9 0 0 5A 64 42 6 64 11
Octal 127 11 0 0 132 144 102 6 144 21
Binary 1010111 1001 0 0 1011010 1100100 1000010 110 1100100 10001

Color Harmonies of #570900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570900

Black with #570900

Text Example


Text Example

White with #570900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570900; }

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

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

background-color css

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

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

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

border-color css

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

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

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