#592532

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

Shades of Black Rose #592532

Tints of Black Rose #592532

Color information

#592532 (or 0x592532) is unknown color: approx Black Rose. HEX triplet: 59, 25 and 32. RGB value is (89,37,50). Sum of RGB (Red+Green+Blue) = 89+37+50=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #592532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592532 is #A6DACD. Grayscale: #363636. Windows color (decimal): -10934990 or 3286361. OLE color: 3286361.

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

Color convert

RGB893750-
CMYK00.580.440.65
HSL345º41.27%24.71%-
HSV(B)345º58.43%34.9%-
XYZ5.363.683.45-
YUV54.03125.73152.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.57%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=50.57%
G=21.02%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89375000.580.440.6534541.2724.71
Hex59253203A2C411592919
Octal1314562072541015315131
Binary10110011001011100100111010101100100000110101100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592532; }

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

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

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

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

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

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

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

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