Html Css Color HEX #590808 Red Oxide

📋 copy color: '#590808'

red 89 ◦ green 8 ◦ blue 8

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

Shades of Red Oxide #590808

Tints of Red Oxide #590808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.62%

 BLUE value IS 8 (3.52% from 255) = 7.62%

R = 84.76%
G = 7.62%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#590808 (or 0x590808) is known color: Red Oxide. HEX triplet: 59, 08 and 08. RGB value is (89,8,8). Sum of RGB (Red+Green+Blue) = 89+8+8=105 (13% of max value = 765). Red value is 89 (35.16% from 255 or 84.76% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 89 - color contains mainly: red. Hex color #590808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590808 is #A6F7F7. Grayscale: #202020. Windows color (decimal): -10942456 or 526425. OLE color: 526425.

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

Color convert

RGB 89 8 8 -
CMYK 0 0.91 0.91 0.65
HSL 0.84% 0.19% -
HSV(B) 0.91% 0.35% -
XYZ 4.25 2.32 0.45 -
YUV 32.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 89 8 8 0 0.91 0.91 0.65 0 0.84 0.19
Hex 59 8 8 0 5B 5B 41 0 54 13
Octal 131 10 10 0 133 133 101 0 124 23
Binary 1011001 1000 1000 0 1011011 1011011 1000001 0 1010100 10011

Color Harmonies of #590808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590808

Black with #590808

Text Example


Text Example

White with #590808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590808; }

 p { color: rgb(89,8,8); }

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

background-color css

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

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

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

border-color css

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

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

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