#592530

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

Shades of Black Rose #592530

Tints of Black Rose #592530

Color information

#592530 (or 0x592530) is unknown color: approx Black Rose. HEX triplet: 59, 25 and 30. RGB value is (89,37,48). Sum of RGB (Red+Green+Blue) = 89+37+48=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #592530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592530 is #A6DACF. Grayscale: #353535. Windows color (decimal): -10934992 or 3155289. OLE color: 3155289.

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

Color convert

RGB893748-
CMYK00.580.460.65
HSL347.31º41.27%24.71%-
HSV(B)347.31º58.43%34.9%-
XYZ5.313.663.22-
YUV53.8124.73153.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.15%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=51.15%
G=21.26%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89374800.580.460.65347.3141.2724.71
Hex59253003A2E4115b2919
Octal1314560072561015335131
Binary10110011001011100000111010101110100000110101101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592530; }

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

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

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

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

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

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

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

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