#591A1F

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

Shades of Burnt Crimson #591A1F

Tints of Burnt Crimson #591A1F

Color information

#591A1F (or 0x591A1F) is unknown color: approx Burnt Crimson. HEX triplet: 59, 1A and 1F. RGB value is (89,26,31). Sum of RGB (Red+Green+Blue) = 89+26+31=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #591A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A1F is #A6E5E0. Grayscale: #2D2D2D. Windows color (decimal): -10937825 or 2038361. OLE color: 2038361.

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

Color convert

RGB892631-
CMYK00.710.650.65
HSL355.24º54.78%22.55%-
HSV(B)355.24º70.79%34.9%-
XYZ4.742.961.62-
YUV45.41119.87159.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.96%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=60.96%
G=17.81%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89263100.710.650.65355.2454.7822.55
Hex591A1F04741411633717
Octal131323701071011015436727
Binary10110011101011111010001111000001100000110110001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,26,31); }

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

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

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

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

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

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

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