Html Css Color HEX #590D06 Red Oxide

📋 copy color: '#590D06'

red 89 ◦ green 13 ◦ blue 6

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

Shades of Red Oxide #590D06

Tints of Red Oxide #590D06

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.04%

 BLUE value IS 6 (2.73% from 255) = 5.56%

R = 82.41%
G = 12.04%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#590D06 (or 0x590D06) is known color: Red Oxide. HEX triplet: 59, 0D and 06. RGB value is (89,13,6). Sum of RGB (Red+Green+Blue) = 89+13+6=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #590D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590D06 is #A6F2F9. Grayscale: #232323. Windows color (decimal): -10941178 or 396633. OLE color: 396633.

HSL color Cylindrical-coordinate representation of color #590D06: hue angle of 5.06º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590D06 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 13 6 -
CMYK 0 0.85 0.93 0.65
HSL 5.06º 0.87% 0.19% -
HSV(B) 5.06º 0.93% 0.35% -
XYZ 4.3 2.42 0.41 -
YUV 34.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 89 13 6 0 0.85 0.93 0.65 5.06 0.87 0.19
Hex 59 D 6 0 55 5D 41 5 57 13
Octal 131 15 6 0 125 135 101 5 127 23
Binary 1011001 1101 110 0 1010101 1011101 1000001 101 1010111 10011

Color Harmonies of #590D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590D06

Black with #590D06

Text Example


Text Example

White with #590D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590D06; }

 p { color: rgb(89,13,6); }

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

background-color css

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

 a { background-color: rgb(89,13,6); }

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

border-color css

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

 span { border-color: rgb(89,13,6); }

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