#6E1840

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

Shades of Pompadour #6E1840

Tints of Pompadour #6E1840

Color information

#6E1840 (or 0x6E1840) is unknown color: approx Pompadour. HEX triplet: 6E, 18 and 40. RGB value is (110,24,64). Sum of RGB (Red+Green+Blue) = 110+24+64=198 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.56% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1840 is #91E7BF. Grayscale: #363636. Windows color (decimal): -9562048 or 4200558. OLE color: 4200558.

HSL color Cylindrical-coordinate representation of color #6E1840: hue angle of 332.09º 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 #6E1840 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB1102464-
CMYK00.780.420.57
HSL332.09º64.18%26.27%-
HSV(B)332.09º78.18%43.14%-
XYZ7.684.345.28-
YUV54.27133.49167.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.56%
GREEN value IS 24 (9.77% from 255) = 12.12%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=55.56%
G=12.12%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110246400.780.420.57332.0964.1826.27
Hex6E184004E2A3914c401a
Octal156301000116527151410032
Binary110111011000100000001001110101010111001101001100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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