#511E2E

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

Shades of Black Rose #511E2E

Tints of Black Rose #511E2E

Color information

#511E2E (or 0x511E2E) is unknown color: approx Black Rose. HEX triplet: 51, 1E and 2E. RGB value is (81,30,46). Sum of RGB (Red+Green+Blue) = 81+30+46=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #511E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E2E is #AEE1D1. Grayscale: #2F2F2F. Windows color (decimal): -11461074 or 3022417. OLE color: 3022417.

HSL color Cylindrical-coordinate representation of color #511E2E: hue angle of 341.18º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E2E is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB813046-
CMYK00.630.430.68
HSL341.18º45.95%21.76%-
HSV(B)341.18º62.96%31.76%-
XYZ4.352.882.91-
YUV47.07127.4152.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=51.59%
G=19.11%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81304600.630.430.68341.1845.9521.76
Hex511E2E03F2B441552e16
Octal1213656077531045255626
Binary1010001111101011100111111101011100010010101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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