#521F31

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

Shades of Black Rose #521F31

Tints of Black Rose #521F31

Color information

#521F31 (or 0x521F31) is unknown color: approx Black Rose. HEX triplet: 52, 1F and 31. RGB value is (82,31,49). Sum of RGB (Red+Green+Blue) = 82+31+49=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #521F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F31 is #ADE0CE. Grayscale: #303030. Windows color (decimal): -11395279 or 3219282. OLE color: 3219282.

HSL color Cylindrical-coordinate representation of color #521F31: hue angle of 338.82º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #521F31 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB823149-
CMYK00.620.400.68
HSL338.82º45.13%22.16%-
HSV(B)338.82º62.2%32.16%-
XYZ4.5233.25-
YUV48.3128.4152.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 49 (19.53% from 255) = 30.25%
R=50.62%
G=19.14%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82314900.620.400.68338.8245.1322.16
Hex521F3103E28441532d16
Octal1223761076501045235526
Binary1010010111111100010111110101000100010010101001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521F31; }

 p { color: rgb(82,31,49); }

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

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

 a { background-color: rgb(82,31,49); }

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

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

 span { border-color: rgb(82,31,49); }

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