Html Css Color HEX #591813 Red Oxide

📋 copy color: '#591813'

red 89 ◦ green 24 ◦ blue 19

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

Shades of Red Oxide #591813

Tints of Red Oxide #591813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.18%

 BLUE value IS 19 (7.81% from 255) = 14.39%

R = 67.42%
G = 18.18%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#591813 (or 0x591813) is known color: Red Oxide. HEX triplet: 59, 18 and 13. RGB value is (89,24,19). Sum of RGB (Red+Green+Blue) = 89+24+19=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #591813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591813 is #A6E7EC. Grayscale: #2A2A2A. Windows color (decimal): -10938349 or 1251417. OLE color: 1251417.

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

Color convert

RGB 89 24 19 -
CMYK 0 0.73 0.79 0.65
HSL 4.29º 0.65% 0.21% -
HSV(B) 4.29º 0.79% 0.35% -
XYZ 4.56 2.82 0.92 -
YUV 42.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 89 24 19 0 0.73 0.79 0.65 4.29 0.65 0.21
Hex 59 18 13 0 49 4F 41 4 41 15
Octal 131 30 23 0 111 117 101 4 101 25
Binary 1011001 11000 10011 0 1001001 1001111 1000001 100 1000001 10101

Color Harmonies of #591813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591813

Black with #591813

Text Example


Text Example

White with #591813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591813; }

 p { color: rgb(89,24,19); }

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

background-color css

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

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

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

border-color css

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

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

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