#522C3A

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

Shades of Black Rose #522C3A

Tints of Black Rose #522C3A

Color information

#522C3A (or 0x522C3A) is unknown color: approx Black Rose. HEX triplet: 52, 2C and 3A. RGB value is (82,44,58). Sum of RGB (Red+Green+Blue) = 82+44+58=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #522C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C3A is #ADD3C5. Grayscale: #383838. Windows color (decimal): -11391942 or 3812434. OLE color: 3812434.

HSL color Cylindrical-coordinate representation of color #522C3A: hue angle of 337.89º 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 #522C3A is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB824458-
CMYK00.460.290.68
HSL337.89º30.16%24.71%-
HSV(B)337.89º46.34%32.16%-
XYZ5.143.94.48-
YUV56.96128.59145.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.57%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=44.57%
G=23.91%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82445800.460.290.68337.8930.1624.71
Hex522C3A02E1D441521e19
Octal1225472056351045223631
Binary101001010110011101001011101110110001001010100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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