#59232F

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

Shades of Black Rose #59232F

Tints of Black Rose #59232F

Color information

#59232F (or 0x59232F) is unknown color: approx Black Rose. HEX triplet: 59, 23 and 2F. RGB value is (89,35,47). Sum of RGB (Red+Green+Blue) = 89+35+47=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59232F is #A6DCD0. Grayscale: #343434. Windows color (decimal): -10935505 or 3089241. OLE color: 3089241.

HSL color Cylindrical-coordinate representation of color #59232F: hue angle of 346.67º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59232F is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB893547-
CMYK00.610.470.65
HSL346.67º43.55%24.31%-
HSV(B)346.67º60.67%34.9%-
XYZ5.233.533.1-
YUV52.51124.89154.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.05%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 47 (18.75% from 255) = 27.49%
R=52.05%
G=20.47%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89354700.610.470.65346.6743.5524.31
Hex59232F03D2F4115b2c18
Octal1314357075571015335430
Binary10110011000111011110111101101111100000110101101110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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