#591F2A

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

Shades of Burnt Crimson #591F2A

Tints of Burnt Crimson #591F2A

Color information

#591F2A (or 0x591F2A) is unknown color: approx Burnt Crimson. HEX triplet: 59, 1F and 2A. RGB value is (89,31,42). Sum of RGB (Red+Green+Blue) = 89+31+42=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #591F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591F2A is #A6E0D5. Grayscale: #313131. Windows color (decimal): -10936534 or 2760537. OLE color: 2760537.

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

Color convert

RGB893142-
CMYK00.650.530.65
HSL348.62º48.33%23.53%-
HSV(B)348.62º65.17%34.9%-
XYZ5.033.272.56-
YUV49.6123.72156.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.94%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=54.94%
G=19.14%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89314200.650.530.65348.6248.3323.53
Hex591F2A041354115d3018
Octal13137520101651015356030
Binary10110011111110101001000001110101100000110101110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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