#522936

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

Shades of Black Rose #522936

Tints of Black Rose #522936

Color information

#522936 (or 0x522936) is unknown color: approx Black Rose. HEX triplet: 52, 29 and 36. RGB value is (82,41,54). Sum of RGB (Red+Green+Blue) = 82+41+54=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #522936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522936 is #ADD6C9. Grayscale: #363636. Windows color (decimal): -11392714 or 3549522. OLE color: 3549522.

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

Color convert

RGB824154-
CMYK00.500.340.68
HSL340.98º33.33%24.12%-
HSV(B)340.98º50%32.16%-
XYZ4.943.653.93-
YUV54.74127.58147.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.33%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 54 (21.48% from 255) = 30.51%
R=46.33%
G=23.16%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82415400.500.340.68340.9833.3324.12
Hex52293603222441552118
Octal1225166062421045254130
Binary10100101010011101100110010100010100010010101010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522936; }

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

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

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

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

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

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

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

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