#591213

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

Shades of Burnt Crimson #591213

Tints of Burnt Crimson #591213

Color information

#591213 (or 0x591213) is unknown color: approx Burnt Crimson. HEX triplet: 59, 12 and 13. RGB value is (89,18,19). Sum of RGB (Red+Green+Blue) = 89+18+19=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #591213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591213 is #A6EDEC. Grayscale: #272727. Windows color (decimal): -10939885 or 1249881. OLE color: 1249881.

HSL color Cylindrical-coordinate representation of color #591213: hue angle of 359.15º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591213 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB891819-
CMYK00.800.790.65
HSL359.15º66.36%20.98%-
HSV(B)359.15º79.78%34.9%-
XYZ4.452.60.88-
YUV39.34116.52163.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.63%
GREEN value IS 18 (7.42% from 255) = 14.29%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=70.63%
G=14.29%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89181900.800.790.65359.1566.3620.98
Hex5912130504F411674215
Octal1312223012011710154710225
Binary101100110010100110101000010011111000001101100111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591213; }

 p { color: rgb(89,18,19); }

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

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

 a { background-color: rgb(89,18,19); }

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

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

 span { border-color: rgb(89,18,19); }

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