Html Css Color HEX #590D05 Red Oxide

📋 copy color: '#590D05'

red 89 ◦ green 13 ◦ blue 5

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

Shades of Red Oxide #590D05

Tints of Red Oxide #590D05

RGB

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

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

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

R = 83.18%
G = 12.15%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#590D05 (or 0x590D05) is known color: Red Oxide. HEX triplet: 59, 0D and 05. RGB value is (89,13,5). Sum of RGB (Red+Green+Blue) = 89+13+5=107 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.18% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 89 - color contains mainly: red. Hex color #590D05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590D05 is #A6F2FA. Grayscale: #222222. Windows color (decimal): -10941179 or 331097. OLE color: 331097.

HSL color Cylindrical-coordinate representation of color #590D05: hue angle of 5.71º 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 #590D05 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 13 5 -
CMYK 0 0.85 0.94 0.65
HSL 5.71º 0.89% 0.18% -
HSV(B) 5.71º 0.94% 0.35% -
XYZ 4.29 2.42 0.39 -
YUV 34.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 89 13 5 0 0.85 0.94 0.65 5.71 0.89 0.18
Hex 59 D 5 0 55 5E 41 6 59 12
Octal 131 15 5 0 125 136 101 6 131 22
Binary 1011001 1101 101 0 1010101 1011110 1000001 110 1011001 10010

Color Harmonies of #590D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590D05

Black with #590D05

Text Example


Text Example

White with #590D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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