Html Css Color HEX #591913 Red Oxide

📋 copy color: '#591913'

red 89 ◦ green 25 ◦ blue 19

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

Shades of Red Oxide #591913

Tints of Red Oxide #591913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.8%

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

R = 66.92%
G = 18.8%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#591913 (or 0x591913) is known color: Red Oxide. HEX triplet: 59, 19 and 13. RGB value is (89,25,19). Sum of RGB (Red+Green+Blue) = 89+25+19=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #591913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591913 is #A6E6EC. Grayscale: #2B2B2B. Windows color (decimal): -10938093 or 1251673. OLE color: 1251673.

HSL color Cylindrical-coordinate representation of color #591913: hue angle of 5.14º 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 #591913 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 25 19 -
CMYK 0 0.72 0.79 0.65
HSL 5.14º 0.65% 0.21% -
HSV(B) 5.14º 0.79% 0.35% -
XYZ 4.58 2.87 0.93 -
YUV 43.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 89 25 19 0 0.72 0.79 0.65 5.14 0.65 0.21
Hex 59 19 13 0 48 4F 41 5 41 15
Octal 131 31 23 0 110 117 101 5 101 25
Binary 1011001 11001 10011 0 1001000 1001111 1000001 101 1000001 10101

Color Harmonies of #591913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591913

Black with #591913

Text Example


Text Example

White with #591913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591913; }

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

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

background-color css

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

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

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

border-color css

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

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

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