#591B25

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

Shades of Burnt Crimson #591B25

Tints of Burnt Crimson #591B25

Color information

#591B25 (or 0x591B25) is unknown color: approx Burnt Crimson. HEX triplet: 59, 1B and 25. RGB value is (89,27,37). Sum of RGB (Red+Green+Blue) = 89+27+37=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #591B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591B25 is #A6E4DA. Grayscale: #2E2E2E. Windows color (decimal): -10937563 or 2431833. OLE color: 2431833.

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

Color convert

RGB892737-
CMYK00.700.580.65
HSL350.32º53.45%22.75%-
HSV(B)350.32º69.66%34.9%-
XYZ4.853.042.08-
YUV46.68122.54158.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.17%
GREEN value IS 27 (10.94% from 255) = 17.65%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=58.17%
G=17.65%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89273700.700.580.65350.3253.4522.75
Hex591B250463A4115e3517
Octal13133450106721015366527
Binary10110011101110010101000110111010100000110101111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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