#59243A

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

Shades of Black Rose #59243A

Tints of Black Rose #59243A

Color information

#59243A (or 0x59243A) is unknown color: approx Black Rose. HEX triplet: 59, 24 and 3A. RGB value is (89,36,58). Sum of RGB (Red+Green+Blue) = 89+36+58=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59243A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59243A is #A6DBC5. Grayscale: #363636. Windows color (decimal): -10935238 or 3810393. OLE color: 3810393.

HSL color Cylindrical-coordinate representation of color #59243A: hue angle of 335.09º 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 #59243A is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB893658-
CMYK00.600.350.65
HSL335.09º42.4%24.51%-
HSV(B)335.09º59.55%34.9%-
XYZ5.513.694.42-
YUV54.36130.06152.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.63%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=48.63%
G=19.67%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89365800.600.350.65335.0942.424.51
Hex59243A03C234114f2a19
Octal1314472074431015175231
Binary10110011001001110100111100100011100000110100111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59243A; }

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

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

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

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

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

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

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

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