#592A3C

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

Shades of Black Rose #592A3C

Tints of Black Rose #592A3C

Color information

#592A3C (or 0x592A3C) is unknown color: approx Black Rose. HEX triplet: 59, 2A and 3C. RGB value is (89,42,60). Sum of RGB (Red+Green+Blue) = 89+42+60=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #592A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592A3C is #A6D5C3. Grayscale: #3A3A3A. Windows color (decimal): -10933700 or 3943001. OLE color: 3943001.

HSL color Cylindrical-coordinate representation of color #592A3C: hue angle of 337.02º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592A3C is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB894260-
CMYK00.530.330.65
HSL337.02º35.88%25.69%-
HSV(B)337.02º52.81%34.9%-
XYZ5.764.114.76-
YUV58.1129.07150.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 60 (23.83% from 255) = 31.41%
R=46.60%
G=21.99%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89426000.530.330.65337.0235.8825.69
Hex592A3C0352141151241a
Octal1315274065411015214432
Binary10110011010101111000110101100001100000110101000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592A3C; }

 p { color: rgb(89,42,60); }

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

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

 a { background-color: rgb(89,42,60); }

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

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

 span { border-color: rgb(89,42,60); }

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