Html Css Color HEX #591414 Red Oxide

📋 copy color: '#591414'

red 89 ◦ green 20 ◦ blue 20

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

Shades of Red Oxide #591414

Tints of Red Oxide #591414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.5%

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 68.99%
G = 15.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#591414 (or 0x591414) is known color: Red Oxide. HEX triplet: 59, 14 and 14. RGB value is (89,20,20). Sum of RGB (Red+Green+Blue) = 89+20+20=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #591414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591414 is #A6EBEB. Grayscale: #282828. Windows color (decimal): -10939372 or 1315929. OLE color: 1315929.

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

Color convert

RGB 89 20 20 -
CMYK 0 0.78 0.78 0.65
HSL 0.63% 0.21% -
HSV(B) 0.78% 0.35% -
XYZ 4.5 2.67 0.94 -
YUV 40.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 89 20 20 0 0.78 0.78 0.65 0 0.63 0.21
Hex 59 14 14 0 4E 4E 41 0 3F 15
Octal 131 24 24 0 116 116 101 0 77 25
Binary 1011001 10100 10100 0 1001110 1001110 1000001 0 111111 10101

Color Harmonies of #591414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591414

Black with #591414

Text Example


Text Example

White with #591414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591414; }

 p { color: rgb(89,20,20); }

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

background-color css

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

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

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

border-color css

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

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

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