#59151C

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

Shades of Burnt Crimson #59151C

Tints of Burnt Crimson #59151C

Color information

#59151C (or 0x59151C) is unknown color: approx Burnt Crimson. HEX triplet: 59, 15 and 1C. RGB value is (89,21,28). Sum of RGB (Red+Green+Blue) = 89+21+28=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59151C is #A6EAE3. Grayscale: #2A2A2A. Windows color (decimal): -10939108 or 1840473. OLE color: 1840473.

HSL color Cylindrical-coordinate representation of color #59151C: hue angle of 353.82º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59151C is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB892128-
CMYK00.760.690.65
HSL353.82º61.82%21.57%-
HSV(B)353.82º76.4%34.9%-
XYZ4.62.741.39-
YUV42.13120.03161.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=64.49%
G=15.22%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89212800.760.690.65353.8261.8221.57
Hex59151C04C45411623e16
Octal131253401141051015427626
Binary10110011010111100010011001000101100000110110001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59151C; }

 p { color: rgb(89,21,28); }

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

<style>
 a { background-color: #59151C; }

 a { background-color: rgb(89,21,28); }

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

<style>
 span { border-color: #59151C; }

 span { border-color: rgb(89,21,28); }

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