#59161A

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

Shades of Burnt Crimson #59161A

Tints of Burnt Crimson #59161A

Color information

#59161A (or 0x59161A) is unknown color: approx Burnt Crimson. HEX triplet: 59, 16 and 1A. RGB value is (89,22,26). Sum of RGB (Red+Green+Blue) = 89+22+26=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #59161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59161A is #A6E9E5. Grayscale: #2A2A2A. Windows color (decimal): -10938854 or 1709657. OLE color: 1709657.

HSL color Cylindrical-coordinate representation of color #59161A: hue angle of 356.42º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59161A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB892226-
CMYK00.750.710.65
HSL356.42º60.36%21.76%-
HSV(B)356.42º75.28%34.9%-
XYZ4.592.771.27-
YUV42.49118.7161.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.96%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=64.96%
G=16.06%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89222600.750.710.65356.4260.3621.76
Hex59161A04B47411643c16
Octal131263201131071015447426
Binary10110011011011010010010111000111100000110110010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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