#590D12

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

Shades of Burnt Crimson #590D12

Tints of Burnt Crimson #590D12

Color information

#590D12 (or 0x590D12) is unknown color: approx Burnt Crimson. HEX triplet: 59, 0D and 12. RGB value is (89,13,18). Sum of RGB (Red+Green+Blue) = 89+13+18=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #590D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590D12 is #A6F2ED. Grayscale: #242424. Windows color (decimal): -10941166 or 1183065. OLE color: 1183065.

HSL color Cylindrical-coordinate representation of color #590D12: hue angle of 356.05º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #590D12 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB891318-
CMYK00.850.800.65
HSL356.05º74.51%20%-
HSV(B)356.05º85.39%34.9%-
XYZ4.372.460.82-
YUV36.29117.68165.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 74.17%
GREEN value IS 13 (5.47% from 255) = 10.83%
BLUE value IS 18 (7.42% from 255) = 15%
R=74.17%
G=10.83%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89131800.850.800.65356.0574.5120
Hex59D1205550411644b14
Octal1311522012512010154411324
Binary10110011101100100101010110100001000001101100100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590D12; }

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

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

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

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

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

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

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

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