#591A1C

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

Shades of Burnt Crimson #591A1C

Tints of Burnt Crimson #591A1C

Color information

#591A1C (or 0x591A1C) is unknown color: approx Burnt Crimson. HEX triplet: 59, 1A and 1C. RGB value is (89,26,28). Sum of RGB (Red+Green+Blue) = 89+26+28=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #591A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A1C is #A6E5E3. Grayscale: #2D2D2D. Windows color (decimal): -10937828 or 1841753. OLE color: 1841753.

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

Color convert

RGB892628-
CMYK00.710.690.65
HSL358.1º54.78%22.55%-
HSV(B)358.1º70.79%34.9%-
XYZ4.72.951.42-
YUV45.06118.37159.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.24%
GREEN value IS 26 (10.55% from 255) = 18.18%
BLUE value IS 28 (11.33% from 255) = 19.58%
R=62.24%
G=18.18%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89262800.710.690.65358.154.7822.55
Hex591A1C04745411663717
Octal131323401071051015466727
Binary10110011101011100010001111000101100000110110011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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