#532032

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

Shades of Black Rose #532032

Tints of Black Rose #532032

Color information

#532032 (or 0x532032) is unknown color: approx Black Rose. HEX triplet: 53, 20 and 32. RGB value is (83,32,50). Sum of RGB (Red+Green+Blue) = 83+32+50=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #532032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532032 is #ACDFCD. Grayscale: #313131. Windows color (decimal): -11329486 or 3285075. OLE color: 3285075.

HSL color Cylindrical-coordinate representation of color #532032: hue angle of 338.82º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532032 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB833250-
CMYK00.610.400.67
HSL338.82º44.35%22.55%-
HSV(B)338.82º61.45%32.55%-
XYZ4.663.13.37-
YUV49.3128.4152.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=50.30%
G=19.39%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83325000.610.400.67338.8244.3522.55
Hex53203203D28431532c17
Octal1234062075501035235427
Binary10100111000001100100111101101000100001110101001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532032; }

 p { color: rgb(83,32,50); }

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

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

 a { background-color: rgb(83,32,50); }

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

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

 span { border-color: rgb(83,32,50); }

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