#592032

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

Shades of Black Rose #592032

Tints of Black Rose #592032

Color information

#592032 (or 0x592032) is unknown color: approx Black Rose. HEX triplet: 59, 20 and 32. RGB value is (89,32,50). Sum of RGB (Red+Green+Blue) = 89+32+50=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #592032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592032 is #A6DFCD. Grayscale: #333333. Windows color (decimal): -10936270 or 3285081. OLE color: 3285081.

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

Color convert

RGB893250-
CMYK00.640.440.65
HSL341.05º47.11%23.73%-
HSV(B)341.05º64.04%34.9%-
XYZ5.213.393.4-
YUV51.1127.38155.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.05%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=52.05%
G=18.71%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89325000.640.440.65341.0547.1123.73
Hex5920320402C411552f18
Octal13140620100541015255730
Binary101100110000011001001000000101100100000110101010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592032; }

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

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

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

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

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

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

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

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