#59212E

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

Shades of Black Rose #59212E

Tints of Black Rose #59212E

Color information

#59212E (or 0x59212E) is unknown color: approx Black Rose. HEX triplet: 59, 21 and 2E. RGB value is (89,33,46). Sum of RGB (Red+Green+Blue) = 89+33+46=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59212E is #A6DED1. Grayscale: #333333. Windows color (decimal): -10936018 or 3023193. OLE color: 3023193.

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

Color convert

RGB893346-
CMYK00.630.480.65
HSL346.07º45.9%23.92%-
HSV(B)346.07º62.92%34.9%-
XYZ5.163.412.97-
YUV51.23125.05154.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.98%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=52.98%
G=19.64%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89334600.630.480.65346.0745.923.92
Hex59212E03F304115a2e18
Octal1314156077601015325630
Binary10110011000011011100111111110000100000110101101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59212E; }

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

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

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

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

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

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

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

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