#591B22

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

Shades of Burnt Crimson #591B22

Tints of Burnt Crimson #591B22

Color information

#591B22 (or 0x591B22) is unknown color: approx Burnt Crimson. HEX triplet: 59, 1B and 22. RGB value is (89,27,34). Sum of RGB (Red+Green+Blue) = 89+27+34=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #591B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591B22 is #A6E4DD. Grayscale: #2E2E2E. Windows color (decimal): -10937566 or 2235225. OLE color: 2235225.

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

Color convert

RGB892734-
CMYK00.700.620.65
HSL353.23º53.45%22.75%-
HSV(B)353.23º69.66%34.9%-
XYZ4.83.021.84-
YUV46.34121.04158.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.33%
GREEN value IS 27 (10.94% from 255) = 18%
BLUE value IS 34 (13.67% from 255) = 22.67%
R=59.33%
G=18%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89273400.700.620.65353.2353.4522.75
Hex591B220463E411613517
Octal13133420106761015416527
Binary10110011101110001001000110111110100000110110000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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