#59283C

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

Shades of Black Rose #59283C

Tints of Black Rose #59283C

Color information

#59283C (or 0x59283C) is unknown color: approx Black Rose. HEX triplet: 59, 28 and 3C. RGB value is (89,40,60). Sum of RGB (Red+Green+Blue) = 89+40+60=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59283C is #A6D7C3. Grayscale: #383838. Windows color (decimal): -10934212 or 3942489. OLE color: 3942489.

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

Color convert

RGB894060-
CMYK00.550.330.65
HSL335.51º37.98%25.29%-
HSV(B)335.51º55.06%34.9%-
XYZ5.693.974.74-
YUV56.93129.73150.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.09%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=47.09%
G=21.16%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89406000.550.330.65335.5137.9825.29
Hex59283C03721411502619
Octal1315074067411015204631
Binary10110011010001111000110111100001100000110101000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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