#59151A

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

Shades of Burnt Crimson #59151A

Tints of Burnt Crimson #59151A

Color information

#59151A (or 0x59151A) is unknown color: approx Burnt Crimson. HEX triplet: 59, 15 and 1A. RGB value is (89,21,26). Sum of RGB (Red+Green+Blue) = 89+21+26=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #59151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59151A is #A6EAE5. Grayscale: #292929. Windows color (decimal): -10939110 or 1709401. OLE color: 1709401.

HSL color Cylindrical-coordinate representation of color #59151A: hue angle of 355.59º 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 #59151A is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB892126-
CMYK00.760.710.65
HSL355.59º61.82%21.57%-
HSV(B)355.59º76.4%34.9%-
XYZ4.572.731.26-
YUV41.9119.03161.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.44%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=65.44%
G=15.44%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89212600.760.710.65355.5961.8221.57
Hex59151A04C47411643e16
Octal131253201141071015447626
Binary10110011010111010010011001000111100000110110010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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