#6E184E

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

Shades of Pompadour #6E184E

Tints of Pompadour #6E184E

Color information

#6E184E (or 0x6E184E) is unknown color: approx Pompadour. HEX triplet: 6E, 18 and 4E. RGB value is (110,24,78). Sum of RGB (Red+Green+Blue) = 110+24+78=212 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.89% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 110 - color contains mainly: red. Hex color #6E184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E184E is #91E7B1. Grayscale: #373737. Windows color (decimal): -9562034 or 5118062. OLE color: 5118062.

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

Color convert

RGB1102478-
CMYK00.780.290.57
HSL322.33º64.18%26.27%-
HSV(B)322.33º78.18%43.14%-
XYZ8.134.527.65-
YUV55.87140.49166.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.89%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=51.89%
G=11.32%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110247800.780.290.57322.3364.1826.27
Hex6E184E04E1D39142401a
Octal156301160116357150210032
Binary11011101100010011100100111011101111001101000010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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