#59182E

Color #59182E Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #59182E

Tints of Black Rose #59182E

Color information

#59182E (or 0x59182E) is unknown color: approx Black Rose. HEX triplet: 59, 18 and 2E. RGB value is (89,24,46). Sum of RGB (Red+Green+Blue) = 89+24+46=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #59182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59182E is #A6E7D1. Grayscale: #2D2D2D. Windows color (decimal): -10938322 or 3020889. OLE color: 3020889.

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

Color convert

RGB892446-
CMYK00.730.480.65
HSL339.69º57.52%22.16%-
HSV(B)339.69º73.03%34.9%-
XYZ4.942.972.9-
YUV45.94128.03158.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=55.97%
G=15.09%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89244600.730.480.65339.6957.5222.16
Hex59182E04930411543a16
Octal13130560111601015247226
Binary10110011100010111001001001110000100000110101010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59182E; }

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

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

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

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

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

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

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

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