#592130

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

Shades of Black Rose #592130

Tints of Black Rose #592130

Color information

#592130 (or 0x592130) is unknown color: approx Black Rose. HEX triplet: 59, 21 and 30. RGB value is (89,33,48). Sum of RGB (Red+Green+Blue) = 89+33+48=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #592130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592130 is #A6DECF. Grayscale: #333333. Windows color (decimal): -10936016 or 3154265. OLE color: 3154265.

HSL color Cylindrical-coordinate representation of color #592130: hue angle of 343.93º 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 #592130 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB893348-
CMYK00.630.460.65
HSL343.93º45.9%23.92%-
HSV(B)343.93º62.92%34.9%-
XYZ5.23.423.18-
YUV51.45126.05154.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.35%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=52.35%
G=19.41%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89334800.630.460.65343.9345.923.92
Hex59213003F2E411582e18
Octal1314160077561015305630
Binary10110011000011100000111111101110100000110101100010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592130; }

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

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

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

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

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

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

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

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