#592D3F

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

Shades of Black Rose #592D3F

Tints of Black Rose #592D3F

Color information

#592D3F (or 0x592D3F) is unknown color: approx Black Rose. HEX triplet: 59, 2D and 3F. RGB value is (89,45,63). Sum of RGB (Red+Green+Blue) = 89+45+63=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #592D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592D3F is #A6D2C0. Grayscale: #3C3C3C. Windows color (decimal): -10932929 or 4140377. OLE color: 4140377.

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

Color convert

RGB894563-
CMYK00.490.290.65
HSL335.45º32.84%26.27%-
HSV(B)335.45º49.44%34.9%-
XYZ5.964.365.23-
YUV60.21129.58148.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 45 (17.97% from 255) = 22.84%
BLUE value IS 63 (25% from 255) = 31.98%
R=45.18%
G=22.84%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89456300.490.290.65335.4532.8426.27
Hex592D3F0311D4114f211a
Octal1315577061351015174132
Binary1011001101101111111011000111101100000110100111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,45,63); }

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

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

 a { background-color: rgb(89,45,63); }

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

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

 span { border-color: rgb(89,45,63); }

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