#522736

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

Shades of Black Rose #522736

Tints of Black Rose #522736

Color information

#522736 (or 0x522736) is unknown color: approx Black Rose. HEX triplet: 52, 27 and 36. RGB value is (82,39,54). Sum of RGB (Red+Green+Blue) = 82+39+54=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #522736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522736 is #ADD8C9. Grayscale: #353535. Windows color (decimal): -11393226 or 3549010. OLE color: 3549010.

HSL color Cylindrical-coordinate representation of color #522736: hue angle of 339.07º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #522736 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB823954-
CMYK00.520.340.68
HSL339.07º35.54%23.73%-
HSV(B)339.07º52.44%32.16%-
XYZ4.873.513.91-
YUV53.57128.25148.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.86%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=46.86%
G=22.29%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82395400.520.340.68339.0735.5423.73
Hex52273603422441532418
Octal1224766064421045234430
Binary10100101001111101100110100100010100010010101001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522736; }

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

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

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

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

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

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

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

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