#522437

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

Shades of Black Rose #522437

Tints of Black Rose #522437

Color information

#522437 (or 0x522437) is unknown color: approx Black Rose. HEX triplet: 52, 24 and 37. RGB value is (82,36,55). Sum of RGB (Red+Green+Blue) = 82+36+55=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #522437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522437 is #ADDBC8. Grayscale: #333333. Windows color (decimal): -11393993 or 3613778. OLE color: 3613778.

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

Color convert

RGB823655-
CMYK00.560.330.68
HSL335.22º38.98%23.14%-
HSV(B)335.22º56.1%32.16%-
XYZ4.83.334-
YUV51.92129.74149.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 55 (21.88% from 255) = 31.79%
R=47.40%
G=20.81%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82365500.560.330.68335.2238.9823.14
Hex522437038214414f2717
Octal1224467070411045174727
Binary10100101001001101110111000100001100010010100111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522437; }

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

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

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

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

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

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

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

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