#522535

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

Shades of Black Rose #522535

Tints of Black Rose #522535

Color information

#522535 (or 0x522535) is unknown color: approx Black Rose. HEX triplet: 52, 25 and 35. RGB value is (82,37,53). Sum of RGB (Red+Green+Blue) = 82+37+53=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #522535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522535 is #ADDACA. Grayscale: #343434. Windows color (decimal): -11393739 or 3482962. OLE color: 3482962.

HSL color Cylindrical-coordinate representation of color #522535: hue angle of 338.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #522535 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB823753-
CMYK00.550.350.68
HSL338.67º37.82%23.33%-
HSV(B)338.67º54.88%32.16%-
XYZ4.783.373.77-
YUV52.28128.41149.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.67%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=47.67%
G=21.51%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82375300.550.350.68338.6737.8223.33
Hex52253503723441532617
Octal1224565067431045234627
Binary10100101001011101010110111100011100010010101001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522535; }

 p { color: rgb(82,37,53); }

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

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

 a { background-color: rgb(82,37,53); }

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

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

 span { border-color: rgb(82,37,53); }

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