#59131b

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

Shades of Burnt Crimson #59131B

Tints of Burnt Crimson #59131B

Color information

#59131B (or 0x59131B) is unknown color: approx Burnt Crimson. HEX triplet: 59, 13 and 1B. RGB value is (89,19,27). Sum of RGB (Red+Green+Blue) = 89+19+27=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #59131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59131B is #A6ECE4. Grayscale: #282828. Windows color (decimal): -10939621 or 1774425. OLE color: 1774425.

HSL color Cylindrical-coordinate representation of color #59131B: hue angle of 353.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #59131B is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB891927-
CMYK00.790.700.65
HSL353.14º64.81%21.18%-
HSV(B)353.14º78.65%34.9%-
XYZ4.552.671.31-
YUV40.84120.19162.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.93%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 27 (10.94% from 255) = 20%
R=65.93%
G=14.07%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89192700.790.700.65353.1464.8121.18
Hex59131B04F46411614115
Octal1312333011710610154110125
Binary101100110011110110100111110001101000001101100001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59131b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59131b; }

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

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

<style>
 a { background-color: #59131b; }

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

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

<style>
 span { border-color: #59131b; }

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

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