#511F2F

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

Shades of Black Rose #511F2F

Tints of Black Rose #511F2F

Color information

#511F2F (or 0x511F2F) is unknown color: approx Black Rose. HEX triplet: 51, 1F and 2F. RGB value is (81,31,47). Sum of RGB (Red+Green+Blue) = 81+31+47=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #511F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F2F is #AEE0D0. Grayscale: #2F2F2F. Windows color (decimal): -11460817 or 3088209. OLE color: 3088209.

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

Color convert

RGB813147-
CMYK00.620.420.68
HSL340.8º44.64%21.96%-
HSV(B)340.8º61.73%31.76%-
XYZ4.42.933.02-
YUV47.77127.56151.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 31 (12.5% from 255) = 19.50%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=50.94%
G=19.50%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81314700.620.420.68340.844.6421.96
Hex511F2F03E2A441552d16
Octal1213757076521045255526
Binary1010001111111011110111110101010100010010101010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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