#532C39

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

Shades of Black Rose #532C39

Tints of Black Rose #532C39

Color information

#532C39 (or 0x532C39) is unknown color: approx Black Rose. HEX triplet: 53, 2C and 39. RGB value is (83,44,57). Sum of RGB (Red+Green+Blue) = 83+44+57=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #532C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C39 is #ACD3C6. Grayscale: #393939. Windows color (decimal): -11326407 or 3746899. OLE color: 3746899.

HSL color Cylindrical-coordinate representation of color #532C39: hue angle of 340º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532C39 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB834457-
CMYK00.470.310.67
HSL340º30.71%24.9%-
HSV(B)340º46.99%32.55%-
XYZ5.213.944.36-
YUV57.14127.92146.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 57 (22.66% from 255) = 30.98%
R=45.11%
G=23.91%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83445700.470.310.6734030.7124.9
Hex532C3902F1F431541f19
Octal1235471057371035243731
Binary101001110110011100101011111111110000111010101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532C39; }

 p { color: rgb(83,44,57); }

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

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

 a { background-color: rgb(83,44,57); }

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

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

 span { border-color: rgb(83,44,57); }

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