Html Css Color HEX #590902 Red Oxide

📋 copy color: '#590902'

red 89 ◦ green 9 ◦ blue 2

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

Shades of Red Oxide #590902

Tints of Red Oxide #590902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2%

R = 89%
G = 9%
B = 2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#590902 (or 0x590902) is known color: Red Oxide. HEX triplet: 59, 09 and 02. RGB value is (89,9,2). Sum of RGB (Red+Green+Blue) = 89+9+2=100 (13% of max value = 765). Red value is 89 (35.16% from 255 or 89% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 89 - color contains mainly: red. Hex color #590902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590902 is #A6F6FD. Grayscale: #202020. Windows color (decimal): -10942206 or 133465. OLE color: 133465.

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

Color convert

RGB 89 9 2 -
CMYK 0 0.90 0.98 0.65
HSL 4.83º 0.96% 0.18% -
HSV(B) 4.83º 0.98% 0.35% -
XYZ 4.23 2.32 0.28 -
YUV 32.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 89 9 2 0 0.90 0.98 0.65 4.83 0.96 0.18
Hex 59 9 2 0 5A 62 41 5 60 12
Octal 131 11 2 0 132 142 101 5 140 22
Binary 1011001 1001 10 0 1011010 1100010 1000001 101 1100000 10010

Color Harmonies of #590902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590902

Black with #590902

Text Example


Text Example

White with #590902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590902; }

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

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

background-color css

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

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

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

border-color css

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

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

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