#591C26

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

Shades of Burnt Crimson #591C26

Tints of Burnt Crimson #591C26

Color information

#591C26 (or 0x591C26) is unknown color: approx Burnt Crimson. HEX triplet: 59, 1C and 26. RGB value is (89,28,38). Sum of RGB (Red+Green+Blue) = 89+28+38=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #591C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C26 is #A6E3D9. Grayscale: #2F2F2F. Windows color (decimal): -10937306 or 2497625. OLE color: 2497625.

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

Color convert

RGB892838-
CMYK00.690.570.65
HSL350.16º52.14%22.94%-
HSV(B)350.16º68.54%34.9%-
XYZ4.883.092.17-
YUV47.38122.71157.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.42%
GREEN value IS 28 (11.33% from 255) = 18.06%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=57.42%
G=18.06%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89283800.690.570.65350.1652.1422.94
Hex591C26045394115e3417
Octal13134460105711015366427
Binary10110011110010011001000101111001100000110101111011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,28,38); }

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

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

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

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

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

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

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