#6E164E

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

Shades of Pompadour #6E164E

Tints of Pompadour #6E164E

Color information

#6E164E (or 0x6E164E) is unknown color: approx Pompadour. HEX triplet: 6E, 16 and 4E. RGB value is (110,22,78). Sum of RGB (Red+Green+Blue) = 110+22+78=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E164E is #91E9B1. Grayscale: #363636. Windows color (decimal): -9562546 or 5117550. OLE color: 5117550.

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

Color convert

RGB1102278-
CMYK00.80.290.57
HSL321.82º66.67%25.88%-
HSV(B)321.82º80%43.14%-
XYZ8.094.447.64-
YUV54.7141.15167.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 52.38%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=52.38%
G=10.48%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110227800.80.290.57321.8266.6725.88
Hex6E164E0501D39142431a
Octal156261160120357150210332
Binary11011101011010011100101000011101111001101000010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,22,78); }

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

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

 a { background-color: rgb(110,22,78); }

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

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

 span { border-color: rgb(110,22,78); }

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