#522937

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

Shades of Black Rose #522937

Tints of Black Rose #522937

Color information

#522937 (or 0x522937) is unknown color: approx Black Rose. HEX triplet: 52, 29 and 37. RGB value is (82,41,55). Sum of RGB (Red+Green+Blue) = 82+41+55=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #522937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522937 is #ADD6C8. Grayscale: #363636. Windows color (decimal): -11392713 or 3615058. OLE color: 3615058.

HSL color Cylindrical-coordinate representation of color #522937: hue angle of 339.51º 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 #522937 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB824155-
CMYK00.500.330.68
HSL339.51º33.33%24.12%-
HSV(B)339.51º50%32.16%-
XYZ4.963.664.06-
YUV54.86128.08147.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 55 (21.88% from 255) = 30.90%
R=46.07%
G=23.03%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82415500.500.330.68339.5133.3324.12
Hex52293703221441542118
Octal1225167062411045244130
Binary10100101010011101110110010100001100010010101010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522937; }

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

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

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

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

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

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

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

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