#522132

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

Shades of Black Rose #522132

Tints of Black Rose #522132

Color information

#522132 (or 0x522132) is unknown color: approx Black Rose. HEX triplet: 52, 21 and 32. RGB value is (82,33,50). Sum of RGB (Red+Green+Blue) = 82+33+50=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #522132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522132 is #ADDECD. Grayscale: #313131. Windows color (decimal): -11394766 or 3285330. OLE color: 3285330.

HSL color Cylindrical-coordinate representation of color #522132: hue angle of 339.18º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522132 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB823350-
CMYK00.600.390.68
HSL339.18º42.61%22.55%-
HSV(B)339.18º59.76%32.16%-
XYZ4.63.113.38-
YUV49.59128.23151.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=49.70%
G=20%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82335000.600.390.68339.1842.6122.55
Hex52213203C27441532b17
Octal1224162074471045235327
Binary10100101000011100100111100100111100010010101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522132; }

 p { color: rgb(82,33,50); }

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

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

 a { background-color: rgb(82,33,50); }

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

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

 span { border-color: rgb(82,33,50); }

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