Html Css Color HEX #590F00 Red Oxide

📋 copy color: '#590F00'

red 89 ◦ green 15 ◦ blue 0

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

Shades of Red Oxide #590F00

Tints of Red Oxide #590F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.42%

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

R = 85.58%
G = 14.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#590F00 (or 0x590F00) is known color: Red Oxide. HEX triplet: 59, 0F and 00. RGB value is (89,15,0). Sum of RGB (Red+Green+Blue) = 89+15+0=104 (13% of max value = 765). Red value is 89 (35.16% from 255 or 85.58% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 89 - color contains mainly: red. Hex color #590F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590F00 is #A6F0FF. Grayscale: #232323. Windows color (decimal): -10940672 or 3929. OLE color: 3929.

HSL color Cylindrical-coordinate representation of color #590F00: hue angle of 10.11º 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 #590F00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 15 0 -
CMYK 0 0.83 1 0.65
HSL 10.11º 1% 0.17% -
HSV(B) 10.11º 1% 0.35% -
XYZ 4.29 2.47 0.25 -
YUV 35.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 89 15 0 0 0.83 1 0.65 10.11 1 0.17
Hex 59 F 0 0 53 64 41 A 64 11
Octal 131 17 0 0 123 144 101 12 144 21
Binary 1011001 1111 0 0 1010011 1100100 1000001 1010 1100100 10001

Color Harmonies of #590F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590F00

Black with #590F00

Text Example


Text Example

White with #590F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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