#592138

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

Shades of Black Rose #592138

Tints of Black Rose #592138

Color information

#592138 (or 0x592138) is unknown color: approx Black Rose. HEX triplet: 59, 21 and 38. RGB value is (89,33,56). Sum of RGB (Red+Green+Blue) = 89+33+56=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #592138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592138 is #A6DEC7. Grayscale: #343434. Windows color (decimal): -10936008 or 3678553. OLE color: 3678553.

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

Color convert

RGB893356-
CMYK00.630.370.65
HSL335.36º45.9%23.92%-
HSV(B)335.36º62.92%34.9%-
XYZ5.383.54.13-
YUV52.37130.05154.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=50%
G=18.54%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89335600.630.370.65335.3645.923.92
Hex59213803F254114f2e18
Octal1314170077451015175630
Binary10110011000011110000111111100101100000110100111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592138; }

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

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

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

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

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

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

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

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