#592335

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

Shades of Black Rose #592335

Tints of Black Rose #592335

Color information

#592335 (or 0x592335) is unknown color: approx Black Rose. HEX triplet: 59, 23 and 35. RGB value is (89,35,53). Sum of RGB (Red+Green+Blue) = 89+35+53=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #592335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592335 is #A6DCCA. Grayscale: #353535. Windows color (decimal): -10935499 or 3482457. OLE color: 3482457.

HSL color Cylindrical-coordinate representation of color #592335: hue angle of 340º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #592335 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB893553-
CMYK00.610.400.65
HSL340º43.55%24.31%-
HSV(B)340º60.67%34.9%-
XYZ5.363.583.78-
YUV53.2127.89153.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.28%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 53 (21.09% from 255) = 29.94%
R=50.28%
G=19.77%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89355300.610.400.6534043.5524.31
Hex59233503D28411542c18
Octal1314365075501015245430
Binary10110011000111101010111101101000100000110101010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592335; }

 p { color: rgb(89,35,53); }

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

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

 a { background-color: rgb(89,35,53); }

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

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

 span { border-color: rgb(89,35,53); }

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