#591A1B

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

Shades of Burnt Crimson #591A1B

Tints of Burnt Crimson #591A1B

Color information

#591A1B (or 0x591A1B) is unknown color: approx Burnt Crimson. HEX triplet: 59, 1A and 1B. RGB value is (89,26,27). Sum of RGB (Red+Green+Blue) = 89+26+27=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #591A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A1B is #A6E5E4. Grayscale: #2D2D2D. Windows color (decimal): -10937829 or 1776217. OLE color: 1776217.

HSL color Cylindrical-coordinate representation of color #591A1B: hue angle of 359.05º 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 #591A1B is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB892627-
CMYK00.710.700.65
HSL359.05º54.78%22.55%-
HSV(B)359.05º70.79%34.9%-
XYZ4.692.941.36-
YUV44.95117.87159.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.68%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 27 (10.94% from 255) = 19.01%
R=62.68%
G=18.31%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89262700.710.700.65359.0554.7822.55
Hex591A1B04746411673717
Octal131323301071061015476727
Binary10110011101011011010001111000110100000110110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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