#591419

Color #591419 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #591419

Tints of Burnt Crimson #591419

Color information

#591419 (or 0x591419) is unknown color: approx Burnt Crimson. HEX triplet: 59, 14 and 19. RGB value is (89,20,25). Sum of RGB (Red+Green+Blue) = 89+20+25=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #591419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591419 is #A6EBE6. Grayscale: #292929. Windows color (decimal): -10939367 or 1643609. OLE color: 1643609.

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

Color convert

RGB892025-
CMYK00.780.720.65
HSL355.65º63.3%21.37%-
HSV(B)355.65º77.53%34.9%-
XYZ4.552.691.2-
YUV41.2118.86162.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.42%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 25 (10.16% from 255) = 18.66%
R=66.42%
G=14.93%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89202500.780.720.65355.6563.321.37
Hex59141904E48411643f15
Octal131243101161101015447725
Binary10110011010011001010011101001000100000110110010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591419; }

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

 H1.HeaderClassName
 {
   color: #591419;
 }
 .AnyTagClassName
 {
   color: #591419;
 }
</style>
background-color css

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

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

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

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

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

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