#522A3A

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

Shades of Black Rose #522A3A

Tints of Black Rose #522A3A

Color information

#522A3A (or 0x522A3A) is unknown color: approx Black Rose. HEX triplet: 52, 2A and 3A. RGB value is (82,42,58). Sum of RGB (Red+Green+Blue) = 82+42+58=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #522A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A3A is #ADD5C5. Grayscale: #373737. Windows color (decimal): -11392454 or 3811922. OLE color: 3811922.

HSL color Cylindrical-coordinate representation of color #522A3A: hue angle of 336º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #522A3A is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB824258-
CMYK00.490.290.68
HSL336º32.26%24.31%-
HSV(B)336º48.78%32.16%-
XYZ5.073.764.46-
YUV55.78129.25146.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=45.05%
G=23.08%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82425800.490.290.6833632.2624.31
Hex522A3A0311D441502018
Octal1225272061351045204030
Binary1010010101010111010011000111101100010010101000010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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