#59283B

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

Shades of Black Rose #59283B

Tints of Black Rose #59283B

Color information

#59283B (or 0x59283B) is unknown color: approx Black Rose. HEX triplet: 59, 28 and 3B. RGB value is (89,40,59). Sum of RGB (Red+Green+Blue) = 89+40+59=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59283B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59283B is #A6D7C4. Grayscale: #383838. Windows color (decimal): -10934213 or 3876953. OLE color: 3876953.

HSL color Cylindrical-coordinate representation of color #59283B: hue angle of 336.73º 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 #59283B is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB894059-
CMYK00.550.340.65
HSL336.73º37.98%25.29%-
HSV(B)336.73º55.06%34.9%-
XYZ5.673.964.6-
YUV56.82129.23150.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=47.34%
G=21.28%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89405900.550.340.65336.7337.9825.29
Hex59283B03722411512619
Octal1315073067421015214631
Binary10110011010001110110110111100010100000110101000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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