#591530

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

Shades of Black Rose #591530

Tints of Black Rose #591530

Color information

#591530 (or 0x591530) is unknown color: approx Black Rose. HEX triplet: 59, 15 and 30. RGB value is (89,21,48). Sum of RGB (Red+Green+Blue) = 89+21+48=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #591530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591530 is #A6EACF. Grayscale: #2C2C2C. Windows color (decimal): -10939088 or 3151193. OLE color: 3151193.

HSL color Cylindrical-coordinate representation of color #591530: hue angle of 336.18º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591530 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB892148-
CMYK00.760.460.65
HSL336.18º61.82%21.57%-
HSV(B)336.18º76.4%34.9%-
XYZ4.922.873.09-
YUV44.41130.03159.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 48 (19.14% from 255) = 30.38%
R=56.33%
G=13.29%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89214800.760.460.65336.1861.8221.57
Hex59153004C2E411503e16
Octal13125600114561015207626
Binary10110011010111000001001100101110100000110101000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591530; }

 p { color: rgb(89,21,48); }

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

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

 a { background-color: rgb(89,21,48); }

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

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

 span { border-color: rgb(89,21,48); }

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