#522032

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

Shades of Black Rose #522032

Tints of Black Rose #522032

Color information

#522032 (or 0x522032) is unknown color: approx Black Rose. HEX triplet: 52, 20 and 32. RGB value is (82,32,50). Sum of RGB (Red+Green+Blue) = 82+32+50=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #522032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522032 is #ADDFCD. Grayscale: #303030. Windows color (decimal): -11395022 or 3285074. OLE color: 3285074.

HSL color Cylindrical-coordinate representation of color #522032: hue angle of 338.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #522032 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB823250-
CMYK00.610.390.68
HSL338.4º43.86%22.35%-
HSV(B)338.4º60.98%32.16%-
XYZ4.573.063.37-
YUV49128.56151.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=50%
G=19.51%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82325000.610.390.68338.443.8622.35
Hex52203203D27441522c16
Octal1224062075471045225426
Binary10100101000001100100111101100111100010010101001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522032; }

 p { color: rgb(82,32,50); }

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

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

 a { background-color: rgb(82,32,50); }

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

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

 span { border-color: rgb(82,32,50); }

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