#532932

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

Shades of Black Rose #532932

Tints of Black Rose #532932

Color information

#532932 (or 0x532932) is unknown color: approx Black Rose. HEX triplet: 53, 29 and 32. RGB value is (83,41,50). Sum of RGB (Red+Green+Blue) = 83+41+50=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #532932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532932 is #ACD6CD. Grayscale: #363636. Windows color (decimal): -11327182 or 3287379. OLE color: 3287379.

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

Color convert

RGB834150-
CMYK00.510.400.67
HSL347.14º33.87%24.31%-
HSV(B)347.14º50.6%32.55%-
XYZ4.943.663.46-
YUV54.58125.41148.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=47.70%
G=23.56%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83415000.510.400.67347.1433.8724.31
Hex532932033284315b2218
Octal1235162063501035334230
Binary10100111010011100100110011101000100001110101101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532932; }

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

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

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

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

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

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

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

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