#521D2D

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

Shades of Black Rose #521D2D

Tints of Black Rose #521D2D

Color information

#521D2D (or 0x521D2D) is unknown color: approx Black Rose. HEX triplet: 52, 1D and 2D. RGB value is (82,29,45). Sum of RGB (Red+Green+Blue) = 82+29+45=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #521D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D2D is #ADE2D2. Grayscale: #2E2E2E. Windows color (decimal): -11395795 or 2956626. OLE color: 2956626.

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

Color convert

RGB822945-
CMYK00.650.450.68
HSL341.89º47.75%21.76%-
HSV(B)341.89º64.63%32.16%-
XYZ4.392.862.8-
YUV46.67127.06153.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=52.56%
G=18.59%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82294500.650.450.68341.8947.7521.76
Hex521D2D0412D441563016
Octal12235550101551045266026
Binary10100101110110110101000001101101100010010101011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,29,45); }

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

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

 a { background-color: rgb(82,29,45); }

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

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

 span { border-color: rgb(82,29,45); }

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