#591F26

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

Shades of Burnt Crimson #591F26

Tints of Burnt Crimson #591F26

Color information

#591F26 (or 0x591F26) is unknown color: approx Burnt Crimson. HEX triplet: 59, 1F and 26. RGB value is (89,31,38). Sum of RGB (Red+Green+Blue) = 89+31+38=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #591F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591F26 is #A6E0D9. Grayscale: #313131. Windows color (decimal): -10936538 or 2498393. OLE color: 2498393.

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

Color convert

RGB893138-
CMYK00.650.570.65
HSL352.76º48.33%23.53%-
HSV(B)352.76º65.17%34.9%-
XYZ4.963.242.2-
YUV49.14121.72156.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=56.33%
G=19.62%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89313800.650.570.65352.7648.3323.53
Hex591F2604139411613018
Octal13137460101711015416030
Binary10110011111110011001000001111001100000110110000111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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