Html Css Color HEX #590807 Red Oxide

📋 copy color: '#590807'

red 89 ◦ green 8 ◦ blue 7

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

Shades of Red Oxide #590807

Tints of Red Oxide #590807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.73%

R = 85.58%
G = 7.69%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#590807 (or 0x590807) is known color: Red Oxide. HEX triplet: 59, 08 and 07. RGB value is (89,8,7). Sum of RGB (Red+Green+Blue) = 89+8+7=104 (13% of max value = 765). Red value is 89 (35.16% from 255 or 85.58% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 89 - color contains mainly: red. Hex color #590807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590807 is #A6F7F8. Grayscale: #202020. Windows color (decimal): -10942457 or 460889. OLE color: 460889.

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

Color convert

RGB 89 8 7 -
CMYK 0 0.91 0.92 0.65
HSL 0.73º 0.85% 0.19% -
HSV(B) 0.73º 0.92% 0.35% -
XYZ 4.25 2.31 0.42 -
YUV 32.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 89 8 7 0 0.91 0.92 0.65 0.73 0.85 0.19
Hex 59 8 7 0 5B 5C 41 1 55 13
Octal 131 10 7 0 133 134 101 1 125 23
Binary 1011001 1000 111 0 1011011 1011100 1000001 1 1010101 10011

Color Harmonies of #590807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590807

Black with #590807

Text Example


Text Example

White with #590807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590807; }

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

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

background-color css

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

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

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

border-color css

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

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

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