#59060B

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

Shades of Burnt Crimson #59060B

Tints of Burnt Crimson #59060B

Color information

#59060B (or 0x59060B) is unknown color: approx Burnt Crimson. HEX triplet: 59, 06 and 0B. RGB value is (89,6,11). Sum of RGB (Red+Green+Blue) = 89+6+11=106 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.96% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 89 - color contains mainly: red. Hex color #59060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59060B is #A6F9F4. Grayscale: #1F1F1F. Windows color (decimal): -10942965 or 722521. OLE color: 722521.

HSL color Cylindrical-coordinate representation of color #59060B: hue angle of 356.39º 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 #59060B is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB89611-
CMYK00.930.880.65
HSL356.39º87.37%18.63%-
HSV(B)356.39º93.26%34.9%-
XYZ4.252.280.53-
YUV31.39116.5169.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 83.96%
GREEN value IS 6 (2.73% from 255) = 5.66%
BLUE value IS 11 (4.69% from 255) = 10.38%
R=83.96%
G=5.66%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8961100.930.880.65356.3987.3718.63
Hex596B05D58411645713
Octal131613013513010154412723
Binary101100111010110101110110110001000001101100100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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