Html Css Color HEX #591912 Red Oxide

📋 copy color: '#591912'

red 89 ◦ green 25 ◦ blue 18

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

Shades of Red Oxide #591912

Tints of Red Oxide #591912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.64%

R = 67.42%
G = 18.94%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#591912 (or 0x591912) is known color: Red Oxide. HEX triplet: 59, 19 and 12. RGB value is (89,25,18). Sum of RGB (Red+Green+Blue) = 89+25+18=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #591912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591912 is #A6E6ED. Grayscale: #2B2B2B. Windows color (decimal): -10938094 or 1186137. OLE color: 1186137.

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

Color convert

RGB 89 25 18 -
CMYK 0 0.72 0.80 0.65
HSL 5.92º 0.66% 0.21% -
HSV(B) 5.92º 0.8% 0.35% -
XYZ 4.58 2.86 0.88 -
YUV 43.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 89 25 18 0 0.72 0.80 0.65 5.92 0.66 0.21
Hex 59 19 12 0 48 50 41 6 42 15
Octal 131 31 22 0 110 120 101 6 102 25
Binary 1011001 11001 10010 0 1001000 1010000 1000001 110 1000010 10101

Color Harmonies of #591912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591912

Black with #591912

Text Example


Text Example

White with #591912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591912; }

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

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

background-color css

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

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

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

border-color css

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

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

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