#591618

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

Shades of Burnt Crimson #591618

Tints of Burnt Crimson #591618

Color information

#591618 (or 0x591618) is unknown color: approx Burnt Crimson. HEX triplet: 59, 16 and 18. RGB value is (89,22,24). Sum of RGB (Red+Green+Blue) = 89+22+24=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #591618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591618 is #A6E9E7. Grayscale: #2A2A2A. Windows color (decimal): -10938856 or 1578585. OLE color: 1578585.

HSL color Cylindrical-coordinate representation of color #591618: hue angle of 358.21º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591618 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB892224-
CMYK00.750.730.65
HSL358.21º60.36%21.76%-
HSV(B)358.21º75.28%34.9%-
XYZ4.572.761.16-
YUV42.26117.7161.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.93%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=65.93%
G=16.30%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89222400.750.730.65358.2160.3621.76
Hex59161804B49411663c16
Octal131263001131111015467426
Binary10110011011011000010010111001001100000110110011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591618; }

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

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

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

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

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

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

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

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