#592135

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

Shades of Black Rose #592135

Tints of Black Rose #592135

Color information

#592135 (or 0x592135) is unknown color: approx Black Rose. HEX triplet: 59, 21 and 35. RGB value is (89,33,53). Sum of RGB (Red+Green+Blue) = 89+33+53=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #592135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592135 is #A6DECA. Grayscale: #343434. Windows color (decimal): -10936011 or 3481945. OLE color: 3481945.

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

Color convert

RGB893353-
CMYK00.630.400.65
HSL338.57º45.9%23.92%-
HSV(B)338.57º62.92%34.9%-
XYZ5.313.473.76-
YUV52.02128.55154.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=50.86%
G=18.86%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89335300.630.400.65338.5745.923.92
Hex59213503F28411532e18
Octal1314165077501015235630
Binary10110011000011101010111111101000100000110101001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592135; }

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

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

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

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

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

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

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

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