#512D3A

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

Shades of Black Rose #512D3A

Tints of Black Rose #512D3A

Color information

#512D3A (or 0x512D3A) is unknown color: approx Black Rose. HEX triplet: 51, 2D and 3A. RGB value is (81,45,58). Sum of RGB (Red+Green+Blue) = 81+45+58=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #512D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D3A is #AED2C5. Grayscale: #393939. Windows color (decimal): -11457222 or 3812689. OLE color: 3812689.

HSL color Cylindrical-coordinate representation of color #512D3A: hue angle of 338.33º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #512D3A is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB814558-
CMYK00.440.280.68
HSL338.33º28.57%24.71%-
HSV(B)338.33º44.44%31.76%-
XYZ5.13.934.49-
YUV57.25128.43144.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=44.02%
G=24.46%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81455800.440.280.68338.3328.5724.71
Hex512D3A02C1C441521d19
Octal1215572054341045223531
Binary101000110110111101001011001110010001001010100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512D3A; }

 p { color: rgb(81,45,58); }

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

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

 a { background-color: rgb(81,45,58); }

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

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

 span { border-color: rgb(81,45,58); }

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