#522C3B

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

Shades of Black Rose #522C3B

Tints of Black Rose #522C3B

Color information

#522C3B (or 0x522C3B) is unknown color: approx Black Rose. HEX triplet: 52, 2C and 3B. RGB value is (82,44,59). Sum of RGB (Red+Green+Blue) = 82+44+59=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #522C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C3B is #ADD3C4. Grayscale: #393939. Windows color (decimal): -11391941 or 3877970. OLE color: 3877970.

HSL color Cylindrical-coordinate representation of color #522C3B: hue angle of 336.32º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #522C3B is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB824459-
CMYK00.460.280.68
HSL336.32º30.16%24.71%-
HSV(B)336.32º46.34%32.16%-
XYZ5.173.914.62-
YUV57.07129.09145.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 44 (17.58% from 255) = 23.78%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=44.32%
G=23.78%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82445900.460.280.68336.3230.1624.71
Hex522C3B02E1C441501e19
Octal1225473056341045203631
Binary101001010110011101101011101110010001001010100001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522C3B; }

 p { color: rgb(82,44,59); }

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

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

 a { background-color: rgb(82,44,59); }

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

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

 span { border-color: rgb(82,44,59); }

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