#522B3B

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

Shades of Black Rose #522B3B

Tints of Black Rose #522B3B

Color information

#522B3B (or 0x522B3B) is unknown color: approx Black Rose. HEX triplet: 52, 2B and 3B. RGB value is (82,43,59). Sum of RGB (Red+Green+Blue) = 82+43+59=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #522B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B3B is #ADD4C4. Grayscale: #383838. Windows color (decimal): -11392197 or 3877714. OLE color: 3877714.

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

Color convert

RGB824359-
CMYK00.480.280.68
HSL335.38º31.2%24.51%-
HSV(B)335.38º47.56%32.16%-
XYZ5.133.844.61-
YUV56.48129.42146.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.57%
GREEN value IS 43 (17.19% from 255) = 23.37%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=44.57%
G=23.37%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82435900.480.280.68335.3831.224.51
Hex522B3B0301C4414f1f19
Octal1225373060341045173731
Binary101001010101111101101100001110010001001010011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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