Html Css Color HEX #591512 Red Oxide

📋 copy color: '#591512'

red 89 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #591512

Tints of Red Oxide #591512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.41%

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

R = 69.53%
G = 16.41%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#591512 (or 0x591512) is known color: Red Oxide. HEX triplet: 59, 15 and 12. RGB value is (89,21,18). Sum of RGB (Red+Green+Blue) = 89+21+18=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #591512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591512 is #A6EAED. Grayscale: #292929. Windows color (decimal): -10939118 or 1185113. OLE color: 1185113.

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

Color convert

RGB 89 21 18 -
CMYK 0 0.76 0.80 0.65
HSL 2.54º 0.66% 0.21% -
HSV(B) 2.54º 0.8% 0.35% -
XYZ 4.5 2.7 0.86 -
YUV 40.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 89 21 18 0 0.76 0.80 0.65 2.54 0.66 0.21
Hex 59 15 12 0 4C 50 41 3 42 15
Octal 131 25 22 0 114 120 101 3 102 25
Binary 1011001 10101 10010 0 1001100 1010000 1000001 11 1000010 10101

Color Harmonies of #591512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591512

Black with #591512

Text Example


Text Example

White with #591512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591512; }

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

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

background-color css

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

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

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

border-color css

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

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

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