#511F2E

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

Shades of Black Rose #511F2E

Tints of Black Rose #511F2E

Color information

#511F2E (or 0x511F2E) is unknown color: approx Black Rose. HEX triplet: 51, 1F and 2E. RGB value is (81,31,46). Sum of RGB (Red+Green+Blue) = 81+31+46=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #511F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F2E is #AEE0D1. Grayscale: #2F2F2F. Windows color (decimal): -11460818 or 3022673. OLE color: 3022673.

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

Color convert

RGB813146-
CMYK00.620.430.68
HSL342º44.64%21.96%-
HSV(B)342º61.73%31.76%-
XYZ4.382.932.92-
YUV47.66127.06151.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=51.27%
G=19.62%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81314600.620.430.6834244.6421.96
Hex511F2E03E2B441562d16
Octal1213756076531045265526
Binary1010001111111011100111110101011100010010101011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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