#59252F

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

Shades of Black Rose #59252F

Tints of Black Rose #59252F

Color information

#59252F (or 0x59252F) is unknown color: approx Black Rose. HEX triplet: 59, 25 and 2F. RGB value is (89,37,47). Sum of RGB (Red+Green+Blue) = 89+37+47=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #59252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59252F is #A6DAD0. Grayscale: #353535. Windows color (decimal): -10934993 or 3089753. OLE color: 3089753.

HSL color Cylindrical-coordinate representation of color #59252F: hue angle of 348.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 #59252F is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB893747-
CMYK00.580.470.65
HSL348.46º41.27%24.71%-
HSV(B)348.46º58.43%34.9%-
XYZ5.293.653.12-
YUV53.69124.23153.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=51.45%
G=21.39%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89374700.580.470.65348.4641.2724.71
Hex59252F03A2F4115c2919
Octal1314557072571015345131
Binary10110011001011011110111010101111100000110101110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59252F; }

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

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

<style>
 a { background-color: #59252F; }

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

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

<style>
 span { border-color: #59252F; }

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

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