#59060A

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

Shades of Burnt Crimson #59060A

Tints of Burnt Crimson #59060A

Color information

#59060A (or 0x59060A) is unknown color: approx Burnt Crimson. HEX triplet: 59, 06 and 0A. RGB value is (89,6,10). Sum of RGB (Red+Green+Blue) = 89+6+10=105 (13% of max value = 765). Red value is 89 (35.16% from 255 or 84.76% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 89 - color contains mainly: red. Hex color #59060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59060A is #A6F9F5. Grayscale: #1F1F1F. Windows color (decimal): -10942966 or 656985. OLE color: 656985.

HSL color Cylindrical-coordinate representation of color #59060A: hue angle of 357.11º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59060A is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB89610-
CMYK00.930.890.65
HSL357.11º87.37%18.63%-
HSV(B)357.11º93.26%34.9%-
XYZ4.242.280.5-
YUV31.27116169.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 84.76%
GREEN value IS 6 (2.73% from 255) = 5.71%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=84.76%
G=5.71%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8961000.930.890.65357.1187.3718.63
Hex596A05D59411655713
Octal131612013513110154512723
Binary101100111010100101110110110011000001101100101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59060A; }

 p { color: rgb(89,6,10); }

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

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

 a { background-color: rgb(89,6,10); }

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

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

 span { border-color: rgb(89,6,10); }

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