#6E1C46

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

Shades of Pompadour #6E1C46

Tints of Pompadour #6E1C46

Color information

#6E1C46 (or 0x6E1C46) is unknown color: approx Pompadour. HEX triplet: 6E, 1C and 46. RGB value is (110,28,70). Sum of RGB (Red+Green+Blue) = 110+28+70=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1C46 is #91E3B9. Grayscale: #393939. Windows color (decimal): -9561018 or 4594798. OLE color: 4594798.

HSL color Cylindrical-coordinate representation of color #6E1C46: hue angle of 329.27º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E1C46 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB1102870-
CMYK00.750.360.57
HSL329.27º59.42%27.06%-
HSV(B)329.27º74.55%43.14%-
XYZ7.954.596.26-
YUV57.31135.17165.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 52.88%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=52.88%
G=13.46%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110287000.750.360.57329.2759.4227.06
Hex6E1C4604B24391493b1b
Octal15634106011344715117333
Binary11011101110010001100100101110010011100110100100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,28,70); }

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

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

 a { background-color: rgb(110,28,70); }

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

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

 span { border-color: rgb(110,28,70); }

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