#591315

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

Shades of Burnt Crimson #591315

Tints of Burnt Crimson #591315

Color information

#591315 (or 0x591315) is unknown color: approx Burnt Crimson. HEX triplet: 59, 13 and 15. RGB value is (89,19,21). Sum of RGB (Red+Green+Blue) = 89+19+21=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #591315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591315 is #A6ECEA. Grayscale: #282828. Windows color (decimal): -10939627 or 1381209. OLE color: 1381209.

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

Color convert

RGB891921-
CMYK00.790.760.65
HSL358.29º64.81%21.18%-
HSV(B)358.29º78.65%34.9%-
XYZ4.492.640.98-
YUV40.16117.19162.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 68.99%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=68.99%
G=14.73%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89192100.790.760.65358.2964.8121.18
Hex59131504F4C411664115
Octal1312325011711410154610125
Binary101100110011101010100111110011001000001101100110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591315; }

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

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

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

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

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

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

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

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