#521F2E

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

Shades of Black Rose #521F2E

Tints of Black Rose #521F2E

Color information

#521F2E (or 0x521F2E) is unknown color: approx Black Rose. HEX triplet: 52, 1F and 2E. RGB value is (82,31,46). Sum of RGB (Red+Green+Blue) = 82+31+46=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #521F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F2E is #ADE0D1. Grayscale: #2F2F2F. Windows color (decimal): -11395282 or 3022674. OLE color: 3022674.

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

Color convert

RGB823146-
CMYK00.620.440.68
HSL342.35º45.13%22.16%-
HSV(B)342.35º62.2%32.16%-
XYZ4.462.972.92-
YUV47.96126.9152.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 31 (12.5% from 255) = 19.50%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=51.57%
G=19.50%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82314600.620.440.68342.3545.1322.16
Hex521F2E03E2C441562d16
Octal1223756076541045265526
Binary1010010111111011100111110101100100010010101011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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