#591018

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

Shades of Burnt Crimson #591018

Tints of Burnt Crimson #591018

Color information

#591018 (or 0x591018) is unknown color: approx Burnt Crimson. HEX triplet: 59, 10 and 18. RGB value is (89,16,24). Sum of RGB (Red+Green+Blue) = 89+16+24=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #591018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591018 is #A6EFE7. Grayscale: #262626. Windows color (decimal): -10940392 or 1577049. OLE color: 1577049.

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

Color convert

RGB891624-
CMYK00.820.730.65
HSL353.42º69.52%20.59%-
HSV(B)353.42º82.02%34.9%-
XYZ4.472.561.12-
YUV38.74119.68163.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 68.99%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=68.99%
G=12.40%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89162400.820.730.65353.4269.5220.59
Hex59101805249411614615
Octal1312030012211110154110625
Binary101100110000110000101001010010011000001101100001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591018; }

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

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

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

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

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

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

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

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