#591F28

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

Shades of Burnt Crimson #591F28

Tints of Burnt Crimson #591F28

Color information

#591F28 (or 0x591F28) is unknown color: approx Burnt Crimson. HEX triplet: 59, 1F and 28. RGB value is (89,31,40). Sum of RGB (Red+Green+Blue) = 89+31+40=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #591F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591F28 is #A6E0D7. Grayscale: #313131. Windows color (decimal): -10936536 or 2629465. OLE color: 2629465.

HSL color Cylindrical-coordinate representation of color #591F28: hue angle of 350.69º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #591F28 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB893140-
CMYK00.650.550.65
HSL350.69º48.33%23.53%-
HSV(B)350.69º65.17%34.9%-
XYZ4.993.262.37-
YUV49.37122.72156.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.62%
GREEN value IS 31 (12.5% from 255) = 19.38%
BLUE value IS 40 (16.02% from 255) = 25%
R=55.62%
G=19.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89314000.650.550.65350.6948.3323.53
Hex591F28041374115f3018
Octal13137500101671015376030
Binary10110011111110100001000001110111100000110101111111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,31,40); }

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

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

 a { background-color: rgb(89,31,40); }

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

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

 span { border-color: rgb(89,31,40); }

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