#59111A

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

Shades of Burnt Crimson #59111A

Tints of Burnt Crimson #59111A

Color information

#59111A (or 0x59111A) is unknown color: approx Burnt Crimson. HEX triplet: 59, 11 and 1A. RGB value is (89,17,26). Sum of RGB (Red+Green+Blue) = 89+17+26=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #59111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59111A is #A6EEE5. Grayscale: #272727. Windows color (decimal): -10940134 or 1708377. OLE color: 1708377.

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

Color convert

RGB891726-
CMYK00.810.710.65
HSL352.5º67.92%20.78%-
HSV(B)352.5º80.9%34.9%-
XYZ4.512.61.24-
YUV39.55120.35163.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.42%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 26 (10.55% from 255) = 19.70%
R=67.42%
G=12.88%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89172600.810.710.65352.567.9220.78
Hex59111A05147411604415
Octal1312132012110710154010425
Binary101100110001110100101000110001111000001101100000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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