#522732

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

Shades of Black Rose #522732

Tints of Black Rose #522732

Color information

#522732 (or 0x522732) is unknown color: approx Black Rose. HEX triplet: 52, 27 and 32. RGB value is (82,39,50). Sum of RGB (Red+Green+Blue) = 82+39+50=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #522732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522732 is #ADD8CD. Grayscale: #353535. Windows color (decimal): -11393230 or 3286866. OLE color: 3286866.

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

Color convert

RGB823950-
CMYK00.520.390.68
HSL344.65º35.54%23.73%-
HSV(B)344.65º52.44%32.16%-
XYZ4.783.483.44-
YUV53.11126.25148.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=47.95%
G=22.81%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82395000.520.390.68344.6535.5423.73
Hex52273203427441592418
Octal1224762064471045314430
Binary10100101001111100100110100100111100010010101100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522732; }

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

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

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

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

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

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

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

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