#522432

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

Shades of Black Rose #522432

Tints of Black Rose #522432

Color information

#522432 (or 0x522432) is unknown color: approx Black Rose. HEX triplet: 52, 24 and 32. RGB value is (82,36,50). Sum of RGB (Red+Green+Blue) = 82+36+50=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #522432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522432 is #ADDBCD. Grayscale: #333333. Windows color (decimal): -11393998 or 3286098. OLE color: 3286098.

HSL color Cylindrical-coordinate representation of color #522432: hue angle of 341.74º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #522432 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB823650-
CMYK00.560.390.68
HSL341.74º38.98%23.14%-
HSV(B)341.74º56.1%32.16%-
XYZ4.693.293.4-
YUV51.35127.24149.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 50 (19.92% from 255) = 29.76%
R=48.81%
G=21.43%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82365000.560.390.68341.7438.9823.14
Hex52243203827441562717
Octal1224462070471045264727
Binary10100101001001100100111000100111100010010101011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522432; }

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

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

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

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

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

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

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

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