Html Css Color HEX #590700 Red Oxide

📋 copy color: '#590700'

red 89 ◦ green 7 ◦ blue 0

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

Shades of Red Oxide #590700

Tints of Red Oxide #590700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.71%
G = 7.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#590700 (or 0x590700) is known color: Red Oxide. HEX triplet: 59, 07 and 00. RGB value is (89,7,0). Sum of RGB (Red+Green+Blue) = 89+7+0=96 (12% of max value = 765). Red value is 89 (35.16% from 255 or 92.71% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 89 - color contains mainly: red. Hex color #590700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590700 is #A6F8FF. Grayscale: #1E1E1E. Windows color (decimal): -10942720 or 1881. OLE color: 1881.

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

Color convert

RGB 89 7 0 -
CMYK 0 0.92 1 0.65
HSL 4.72º 1% 0.17% -
HSV(B) 4.72º 1% 0.35% -
XYZ 4.2 2.28 0.22 -
YUV 30.72 110.67 169.57 -
System Red Green Blue C M Y K H S L
Decimal 89 7 0 0 0.92 1 0.65 4.72 1 0.17
Hex 59 7 0 0 5C 64 41 5 64 11
Octal 131 7 0 0 134 144 101 5 144 21
Binary 1011001 111 0 0 1011100 1100100 1000001 101 1100100 10001

Color Harmonies of #590700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590700

Black with #590700

Text Example


Text Example

White with #590700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590700; }

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

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

background-color css

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

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

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

border-color css

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

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

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