#532B39

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

Shades of Black Rose #532B39

Tints of Black Rose #532B39

Color information

#532B39 (or 0x532B39) is unknown color: approx Black Rose. HEX triplet: 53, 2B and 39. RGB value is (83,43,57). Sum of RGB (Red+Green+Blue) = 83+43+57=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #532B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B39 is #ACD4C6. Grayscale: #383838. Windows color (decimal): -11326663 or 3746643. OLE color: 3746643.

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

Color convert

RGB834357-
CMYK00.480.310.67
HSL339º31.75%24.71%-
HSV(B)339º48.19%32.55%-
XYZ5.173.864.34-
YUV56.56128.25146.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 57 (22.66% from 255) = 31.15%
R=45.36%
G=23.50%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83435700.480.310.6733931.7524.71
Hex532B390301F431532019
Octal1235371060371035234031
Binary1010011101011111001011000011111100001110101001110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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