#521F2F

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

Shades of Black Rose #521F2F

Tints of Black Rose #521F2F

Color information

#521F2F (or 0x521F2F) is unknown color: approx Black Rose. HEX triplet: 52, 1F and 2F. RGB value is (82,31,47). Sum of RGB (Red+Green+Blue) = 82+31+47=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #521F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F2F is #ADE0D0. Grayscale: #303030. Windows color (decimal): -11395281 or 3088210. OLE color: 3088210.

HSL color Cylindrical-coordinate representation of color #521F2F: hue angle of 341.18º 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 #521F2F is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB823147-
CMYK00.620.430.68
HSL341.18º45.13%22.16%-
HSV(B)341.18º62.2%32.16%-
XYZ4.482.983.03-
YUV48.07127.4152.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.25%
GREEN value IS 31 (12.5% from 255) = 19.38%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=51.25%
G=19.38%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82314700.620.430.68341.1845.1322.16
Hex521F2F03E2B441552d16
Octal1223757076531045255526
Binary1010010111111011110111110101011100010010101010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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