Html Css Color HEX #590904 Red Oxide

📋 copy color: '#590904'

red 89 ◦ green 9 ◦ blue 4

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

Shades of Red Oxide #590904

Tints of Red Oxide #590904

RGB

 RED value IS 89 (35.16% from 255) = 87.25%

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

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

R = 87.25%
G = 8.82%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#590904 (or 0x590904) is known color: Red Oxide. HEX triplet: 59, 09 and 04. RGB value is (89,9,4). Sum of RGB (Red+Green+Blue) = 89+9+4=102 (13% of max value = 765). Red value is 89 (35.16% from 255 or 87.25% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 89 - color contains mainly: red. Hex color #590904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590904 is #A6F6FB. Grayscale: #202020. Windows color (decimal): -10942204 or 264537. OLE color: 264537.

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

Color convert

RGB 89 9 4 -
CMYK 0 0.90 0.96 0.65
HSL 3.53º 0.91% 0.18% -
HSV(B) 3.53º 0.96% 0.35% -
XYZ 4.24 2.33 0.34 -
YUV 32.35 112 168.41 -
System Red Green Blue C M Y K H S L
Decimal 89 9 4 0 0.90 0.96 0.65 3.53 0.91 0.18
Hex 59 9 4 0 5A 60 41 4 5B 12
Octal 131 11 4 0 132 140 101 4 133 22
Binary 1011001 1001 100 0 1011010 1100000 1000001 100 1011011 10010

Color Harmonies of #590904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590904

Black with #590904

Text Example


Text Example

White with #590904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590904; }

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

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

background-color css

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

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

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

border-color css

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

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

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