Html Css Color HEX #590905 Red Oxide

📋 copy color: '#590905'

red 89 ◦ green 9 ◦ blue 5

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

Shades of Red Oxide #590905

Tints of Red Oxide #590905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.85%

R = 86.41%
G = 8.74%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#590905 (or 0x590905) is known color: Red Oxide. HEX triplet: 59, 09 and 05. RGB value is (89,9,5). Sum of RGB (Red+Green+Blue) = 89+9+5=103 (13% of max value = 765). Red value is 89 (35.16% from 255 or 86.41% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 89 - color contains mainly: red. Hex color #590905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590905 is #A6F6FA. Grayscale: #202020. Windows color (decimal): -10942203 or 330073. OLE color: 330073.

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

Color convert

RGB 89 9 5 -
CMYK 0 0.90 0.94 0.65
HSL 2.86º 0.89% 0.18% -
HSV(B) 2.86º 0.94% 0.35% -
XYZ 4.24 2.33 0.37 -
YUV 32.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 89 9 5 0 0.90 0.94 0.65 2.86 0.89 0.18
Hex 59 9 5 0 5A 5E 41 3 59 12
Octal 131 11 5 0 132 136 101 3 131 22
Binary 1011001 1001 101 0 1011010 1011110 1000001 11 1011001 10010

Color Harmonies of #590905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590905

Black with #590905

Text Example


Text Example

White with #590905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590905; }

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

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

background-color css

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

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

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

border-color css

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

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

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