#59141E

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

Shades of Burnt Crimson #59141E

Tints of Burnt Crimson #59141E

Color information

#59141E (or 0x59141E) is unknown color: approx Burnt Crimson. HEX triplet: 59, 14 and 1E. RGB value is (89,20,30). Sum of RGB (Red+Green+Blue) = 89+20+30=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59141E is #A6EBE1. Grayscale: #292929. Windows color (decimal): -10939362 or 1971289. OLE color: 1971289.

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

Color convert

RGB892030-
CMYK00.780.660.65
HSL351.3º63.3%21.37%-
HSV(B)351.3º77.53%34.9%-
XYZ4.62.721.51-
YUV41.77121.36161.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=64.03%
G=14.39%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89203000.780.660.65351.363.321.37
Hex59141E04E424115f3f15
Octal131243601161021015377725
Binary10110011010011110010011101000010100000110101111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59141E; }

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

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

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

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

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

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

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

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