#511F2D

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

Shades of Black Rose #511F2D

Tints of Black Rose #511F2D

Color information

#511F2D (or 0x511F2D) is unknown color: approx Black Rose. HEX triplet: 51, 1F and 2D. RGB value is (81,31,45). Sum of RGB (Red+Green+Blue) = 81+31+45=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #511F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F2D is #AEE0D2. Grayscale: #2F2F2F. Windows color (decimal): -11460819 or 2957137. OLE color: 2957137.

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

Color convert

RGB813145-
CMYK00.620.440.68
HSL343.2º44.64%21.96%-
HSV(B)343.2º61.73%31.76%-
XYZ4.362.922.82-
YUV47.55126.56151.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 31 (12.5% from 255) = 19.75%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=51.59%
G=19.75%
B=28.66%

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
Decimal81314500.620.440.68343.244.6421.96
Hex511F2D03E2C441572d16
Octal1213755076541045275526
Binary1010001111111011010111110101100100010010101011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511F2D; }

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

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

<style>
 a { background-color: #511F2D; }

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

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

<style>
 span { border-color: #511F2D; }

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

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