#591D1E

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

Shades of Burnt Crimson #591D1E

Tints of Burnt Crimson #591D1E

Color information

#591D1E (or 0x591D1E) is unknown color: approx Burnt Crimson. HEX triplet: 59, 1D and 1E. RGB value is (89,29,30). Sum of RGB (Red+Green+Blue) = 89+29+30=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #591D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591D1E is #A6E2E1. Grayscale: #2F2F2F. Windows color (decimal): -10937058 or 1973593. OLE color: 1973593.

HSL color Cylindrical-coordinate representation of color #591D1E: hue angle of 359º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #591D1E is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB892930-
CMYK00.670.660.65
HSL359º50.85%23.14%-
HSV(B)359º67.42%34.9%-
XYZ4.793.11.57-
YUV47.05118.38157.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.14%
GREEN value IS 29 (11.72% from 255) = 19.59%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=60.14%
G=19.59%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89293000.670.660.6535950.8523.14
Hex591D1E04342411673317
Octal131353601031021015476327
Binary10110011110111110010000111000010100000110110011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,29,30); }

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

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

 a { background-color: rgb(89,29,30); }

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

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

 span { border-color: rgb(89,29,30); }

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