Html Css Color HEX #590C09 Red Oxide

📋 copy color: '#590C09'

red 89 ◦ green 12 ◦ blue 9

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

Shades of Red Oxide #590C09

Tints of Red Oxide #590C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.91%

 BLUE value IS 9 (3.91% from 255) = 8.18%

R = 80.91%
G = 10.91%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#590C09 (or 0x590C09) is known color: Red Oxide. HEX triplet: 59, 0C and 09. RGB value is (89,12,9). Sum of RGB (Red+Green+Blue) = 89+12+9=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #590C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590C09 is #A6F3F6. Grayscale: #222222. Windows color (decimal): -10941431 or 592985. OLE color: 592985.

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

Color convert

RGB 89 12 9 -
CMYK 0 0.87 0.90 0.65
HSL 2.25º 0.82% 0.19% -
HSV(B) 2.25º 0.9% 0.35% -
XYZ 4.3 2.41 0.5 -
YUV 34.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 89 12 9 0 0.87 0.90 0.65 2.25 0.82 0.19
Hex 59 C 9 0 57 5A 41 2 52 13
Octal 131 14 11 0 127 132 101 2 122 23
Binary 1011001 1100 1001 0 1010111 1011010 1000001 10 1010010 10011

Color Harmonies of #590C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C09

Black with #590C09

Text Example


Text Example

White with #590C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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