#522932

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

Shades of Black Rose #522932

Tints of Black Rose #522932

Color information

#522932 (or 0x522932) is unknown color: approx Black Rose. HEX triplet: 52, 29 and 32. RGB value is (82,41,50). Sum of RGB (Red+Green+Blue) = 82+41+50=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #522932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522932 is #ADD6CD. Grayscale: #363636. Windows color (decimal): -11392718 or 3287378. OLE color: 3287378.

HSL color Cylindrical-coordinate representation of color #522932: hue angle of 346.83º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #522932 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB824150-
CMYK00.500.390.68
HSL346.83º33.33%24.12%-
HSV(B)346.83º50%32.16%-
XYZ4.853.613.46-
YUV54.28125.58147.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=47.40%
G=23.70%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82415000.500.390.68346.8333.3324.12
Hex522932032274415b2118
Octal1225162062471045334130
Binary10100101010011100100110010100111100010010101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522932; }

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

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

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

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

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

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

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

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