#6E1151

Color #6E1151 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #6E1151

Tints of Pompadour #6E1151

Color information

#6E1151 (or 0x6E1151) is unknown color: approx Pompadour. HEX triplet: 6E, 11 and 51. RGB value is (110,17,81). Sum of RGB (Red+Green+Blue) = 110+17+81=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1151 is #91EEAE. Grayscale: #333333. Windows color (decimal): -9563823 or 5312878. OLE color: 5312878.

HSL color Cylindrical-coordinate representation of color #6E1151: hue angle of 318.71º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1151 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB1101781-
CMYK00.850.260.57
HSL318.71º73.23%24.9%-
HSV(B)318.71º84.55%43.14%-
XYZ8.124.318.19-
YUV52.1144.31169.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 52.88%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 81 (32.03% from 255) = 38.94%
R=52.88%
G=8.17%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110178100.850.260.57318.7173.2324.9
Hex6E11510551A3913f4919
Octal156211210125327147711131
Binary11011101000110100010101010111010111001100111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E1151; }

 p { color: rgb(110,17,81); }

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

<style>
 a { background-color: #6E1151; }

 a { background-color: rgb(110,17,81); }

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

<style>
 span { border-color: #6E1151; }

 span { border-color: rgb(110,17,81); }

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