#59253C

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

Shades of Black Rose #59253C

Tints of Black Rose #59253C

Color information

#59253C (or 0x59253C) is unknown color: approx Black Rose. HEX triplet: 59, 25 and 3C. RGB value is (89,37,60). Sum of RGB (Red+Green+Blue) = 89+37+60=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59253C is #A6DAC3. Grayscale: #373737. Windows color (decimal): -10934980 or 3941721. OLE color: 3941721.

HSL color Cylindrical-coordinate representation of color #59253C: hue angle of 333.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59253C is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB893760-
CMYK00.580.330.65
HSL333.46º41.27%24.71%-
HSV(B)333.46º58.43%34.9%-
XYZ5.63.774.71-
YUV55.17130.73152.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 60 (23.83% from 255) = 32.26%
R=47.85%
G=19.89%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89376000.580.330.65333.4641.2724.71
Hex59253C03A214114d2919
Octal1314574072411015155131
Binary10110011001011111000111010100001100000110100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59253C; }

 p { color: rgb(89,37,60); }

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

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

 a { background-color: rgb(89,37,60); }

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

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

 span { border-color: rgb(89,37,60); }

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