Html Css Color HEX #570909 Red Oxide

📋 copy color: '#570909'

red 87 ◦ green 9 ◦ blue 9

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

Shades of Red Oxide #570909

Tints of Red Oxide #570909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.57%

R = 82.86%
G = 8.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#570909 (or 0x570909) is known color: Red Oxide. HEX triplet: 57, 09 and 09. RGB value is (87,9,9). Sum of RGB (Red+Green+Blue) = 87+9+9=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #570909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570909 is #A8F6F6. Grayscale: #202020. Windows color (decimal): -11073271 or 592215. OLE color: 592215.

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

Color convert

RGB 87 9 9 -
CMYK 0 0.90 0.90 0.66
HSL 0.81% 0.19% -
HSV(B) 0.9% 0.34% -
XYZ 4.08 2.24 0.48 -
YUV 32.32 114.84 167 -
System Red Green Blue C M Y K H S L
Decimal 87 9 9 0 0.90 0.90 0.66 0 0.81 0.19
Hex 57 9 9 0 5A 5A 42 0 51 13
Octal 127 11 11 0 132 132 102 0 121 23
Binary 1010111 1001 1001 0 1011010 1011010 1000010 0 1010001 10011

Color Harmonies of #570909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570909

Black with #570909

Text Example


Text Example

White with #570909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570909; }

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

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

background-color css

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

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

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

border-color css

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

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

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