#591013

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

Shades of Burnt Crimson #591013

Tints of Burnt Crimson #591013

Color information

#591013 (or 0x591013) is unknown color: approx Burnt Crimson. HEX triplet: 59, 10 and 13. RGB value is (89,16,19). Sum of RGB (Red+Green+Blue) = 89+16+19=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #591013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591013 is #A6EFEC. Grayscale: #262626. Windows color (decimal): -10940397 or 1249369. OLE color: 1249369.

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

Color convert

RGB891619-
CMYK00.820.790.65
HSL357.53º69.52%20.59%-
HSV(B)357.53º82.02%34.9%-
XYZ4.422.540.87-
YUV38.17117.18164.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 71.77%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=71.77%
G=12.90%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89161900.820.790.65357.5369.5220.59
Hex5910130524F411664615
Octal1312023012211710154610625
Binary101100110000100110101001010011111000001101100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591013; }

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

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

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

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

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

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

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

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