#59232E

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

Shades of Black Rose #59232E

Tints of Black Rose #59232E

Color information

#59232E (or 0x59232E) is unknown color: approx Black Rose. HEX triplet: 59, 23 and 2E. RGB value is (89,35,46). Sum of RGB (Red+Green+Blue) = 89+35+46=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59232E is #A6DCD1. Grayscale: #343434. Windows color (decimal): -10935506 or 3023705. OLE color: 3023705.

HSL color Cylindrical-coordinate representation of color #59232E: hue angle of 347.78º 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 #59232E is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB893546-
CMYK00.610.480.65
HSL347.78º43.55%24.31%-
HSV(B)347.78º60.67%34.9%-
XYZ5.213.522.99-
YUV52.4124.39154.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.35%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 46 (18.36% from 255) = 27.06%
R=52.35%
G=20.59%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89354600.610.480.65347.7843.5524.31
Hex59232E03D304115c2c18
Octal1314356075601015345430
Binary10110011000111011100111101110000100000110101110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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