#591518

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

Shades of Burnt Crimson #591518

Tints of Burnt Crimson #591518

Color information

#591518 (or 0x591518) is unknown color: approx Burnt Crimson. HEX triplet: 59, 15 and 18. RGB value is (89,21,24). Sum of RGB (Red+Green+Blue) = 89+21+24=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #591518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591518 is #A6EAE7. Grayscale: #292929. Windows color (decimal): -10939112 or 1578329. OLE color: 1578329.

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

Color convert

RGB892124-
CMYK00.760.730.65
HSL357.35º61.82%21.57%-
HSV(B)357.35º76.4%34.9%-
XYZ4.552.731.15-
YUV41.67118.03161.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.42%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 24 (9.77% from 255) = 17.91%
R=66.42%
G=15.67%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89212400.760.730.65357.3561.8221.57
Hex59151804C49411653e16
Octal131253001141111015457626
Binary10110011010111000010011001001001100000110110010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591518; }

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

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

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

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

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

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

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

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