#522B36

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

Shades of Black Rose #522B36

Tints of Black Rose #522B36

Color information

#522B36 (or 0x522B36) is unknown color: approx Black Rose. HEX triplet: 52, 2B and 36. RGB value is (82,43,54). Sum of RGB (Red+Green+Blue) = 82+43+54=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #522B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B36 is #ADD4C9. Grayscale: #373737. Windows color (decimal): -11392202 or 3550034. OLE color: 3550034.

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

Color convert

RGB824354-
CMYK00.480.340.68
HSL343.08º31.2%24.51%-
HSV(B)343.08º47.56%32.16%-
XYZ5.013.793.96-
YUV55.92126.92146.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.81%
GREEN value IS 43 (17.19% from 255) = 24.02%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=45.81%
G=24.02%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82435400.480.340.68343.0831.224.51
Hex522B3603022441571f19
Octal1225366060421045273731
Binary1010010101011110110011000010001010001001010101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522B36; }

 p { color: rgb(82,43,54); }

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

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

 a { background-color: rgb(82,43,54); }

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

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

 span { border-color: rgb(82,43,54); }

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