#591E27

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

Shades of Burnt Crimson #591E27

Tints of Burnt Crimson #591E27

Color information

#591E27 (or 0x591E27) is unknown color: approx Burnt Crimson. HEX triplet: 59, 1E and 27. RGB value is (89,30,39). Sum of RGB (Red+Green+Blue) = 89+30+39=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #591E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591E27 is #A6E1D8. Grayscale: #303030. Windows color (decimal): -10936793 or 2563673. OLE color: 2563673.

HSL color Cylindrical-coordinate representation of color #591E27: hue angle of 350.85º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #591E27 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB893039-
CMYK00.660.560.65
HSL350.85º49.58%23.33%-
HSV(B)350.85º66.29%34.9%-
XYZ4.953.22.28-
YUV48.67122.55156.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=56.33%
G=18.99%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89303900.660.560.65350.8549.5823.33
Hex591E27042384115f3217
Octal13136470102701015376227
Binary10110011111010011101000010111000100000110101111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591E27; }

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

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

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

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

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

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

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

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