Html Css Color HEX #570904 Red Oxide

📋 copy color: '#570904'

red 87 ◦ green 9 ◦ blue 4

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

Shades of Red Oxide #570904

Tints of Red Oxide #570904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4%

R = 87%
G = 9%
B = 4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#570904 (or 0x570904) is known color: Red Oxide. HEX triplet: 57, 09 and 04. RGB value is (87,9,4). Sum of RGB (Red+Green+Blue) = 87+9+4=100 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 87 - color contains mainly: red. Hex color #570904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570904 is #A8F6FB. Grayscale: #1F1F1F. Windows color (decimal): -11073276 or 264535. OLE color: 264535.

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

Color convert

RGB 87 9 4 -
CMYK 0 0.90 0.95 0.66
HSL 3.61º 0.91% 0.18% -
HSV(B) 3.61º 0.95% 0.34% -
XYZ 4.05 2.23 0.33 -
YUV 31.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 87 9 4 0 0.90 0.95 0.66 3.61 0.91 0.18
Hex 57 9 4 0 5A 5F 42 4 5B 12
Octal 127 11 4 0 132 137 102 4 133 22
Binary 1010111 1001 100 0 1011010 1011111 1000010 100 1011011 10010

Color Harmonies of #570904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570904

Black with #570904

Text Example


Text Example

White with #570904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570904; }

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

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

background-color css

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

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

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

border-color css

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

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

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