Html Css Color HEX #590F0D Red Oxide

📋 copy color: '#590F0D'

red 89 ◦ green 15 ◦ blue 13

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

Shades of Red Oxide #590F0D

Tints of Red Oxide #590F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.11%

R = 76.07%
G = 12.82%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#590F0D (or 0x590F0D) is known color: Red Oxide. HEX triplet: 59, 0F and 0D. RGB value is (89,15,13). Sum of RGB (Red+Green+Blue) = 89+15+13=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #590F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590F0D is #A6F0F2. Grayscale: #242424. Windows color (decimal): -10940659 or 855897. OLE color: 855897.

HSL color Cylindrical-coordinate representation of color #590F0D: hue angle of 1.58º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #590F0D is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 15 13 -
CMYK 0 0.83 0.85 0.65
HSL 1.58º 0.75% 0.2% -
HSV(B) 1.58º 0.85% 0.35% -
XYZ 4.36 2.49 0.63 -
YUV 36.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 89 15 13 0 0.83 0.85 0.65 1.58 0.75 0.2
Hex 59 F D 0 53 55 41 2 4B 14
Octal 131 17 15 0 123 125 101 2 113 24
Binary 1011001 1111 1101 0 1010011 1010101 1000001 10 1001011 10100

Color Harmonies of #590F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590F0D

Black with #590F0D

Text Example


Text Example

White with #590F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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