Html Css Color HEX #570901 Red Oxide

📋 copy color: '#570901'

red 87 ◦ green 9 ◦ blue 1

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

Shades of Red Oxide #570901

Tints of Red Oxide #570901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.03%

R = 89.69%
G = 9.28%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#570901 (or 0x570901) is known color: Red Oxide. HEX triplet: 57, 09 and 01. RGB value is (87,9,1). Sum of RGB (Red+Green+Blue) = 87+9+1=97 (12% of max value = 765). Red value is 87 (34.38% from 255 or 89.69% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 87 - color contains mainly: red. Hex color #570901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570901 is #A8F6FE. Grayscale: #1F1F1F. Windows color (decimal): -11073279 or 67927. OLE color: 67927.

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

Color convert

RGB 87 9 1 -
CMYK 0 0.90 0.99 0.66
HSL 5.58º 0.98% 0.17% -
HSV(B) 5.58º 0.99% 0.34% -
XYZ 4.03 2.22 0.25 -
YUV 31.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 87 9 1 0 0.90 0.99 0.66 5.58 0.98 0.17
Hex 57 9 1 0 5A 63 42 6 62 11
Octal 127 11 1 0 132 143 102 6 142 21
Binary 1010111 1001 1 0 1011010 1100011 1000010 110 1100010 10001

Color Harmonies of #570901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570901

Black with #570901

Text Example


Text Example

White with #570901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570901; }

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

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

background-color css

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

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

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

border-color css

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

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

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