#592132

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

Shades of Black Rose #592132

Tints of Black Rose #592132

Color information

#592132 (or 0x592132) is unknown color: approx Black Rose. HEX triplet: 59, 21 and 32. RGB value is (89,33,50). Sum of RGB (Red+Green+Blue) = 89+33+50=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #592132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592132 is #A6DECD. Grayscale: #333333. Windows color (decimal): -10936014 or 3285337. OLE color: 3285337.

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

Color convert

RGB893350-
CMYK00.630.440.65
HSL341.79º45.9%23.92%-
HSV(B)341.79º62.92%34.9%-
XYZ5.243.443.41-
YUV51.68127.05154.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.74%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=51.74%
G=19.19%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89335000.630.440.65341.7945.923.92
Hex59213203F2C411562e18
Octal1314162077541015265630
Binary10110011000011100100111111101100100000110101011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592132; }

 p { color: rgb(89,33,50); }

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

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

 a { background-color: rgb(89,33,50); }

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

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

 span { border-color: rgb(89,33,50); }

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