#592430

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

Shades of Black Rose #592430

Tints of Black Rose #592430

Color information

#592430 (or 0x592430) is unknown color: approx Black Rose. HEX triplet: 59, 24 and 30. RGB value is (89,36,48). Sum of RGB (Red+Green+Blue) = 89+36+48=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #592430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592430 is #A6DBCF. Grayscale: #353535. Windows color (decimal): -10935248 or 3155033. OLE color: 3155033.

HSL color Cylindrical-coordinate representation of color #592430: hue angle of 346.42º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #592430 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB893648-
CMYK00.600.460.65
HSL346.42º42.4%24.51%-
HSV(B)346.42º59.55%34.9%-
XYZ5.283.63.21-
YUV53.22125.06153.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=51.45%
G=20.81%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89364800.600.460.65346.4242.424.51
Hex59243003C2E4115a2a19
Octal1314460074561015325231
Binary10110011001001100000111100101110100000110101101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592430; }

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

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

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

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

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

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

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

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