#6E1E4D

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

Shades of Pompadour #6E1E4D

Tints of Pompadour #6E1E4D

Color information

#6E1E4D (or 0x6E1E4D) is unknown color: approx Pompadour. HEX triplet: 6E, 1E and 4D. RGB value is (110,30,77). Sum of RGB (Red+Green+Blue) = 110+30+77=217 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.69% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1E4D is #91E1B2. Grayscale: #3B3B3B. Windows color (decimal): -9560499 or 5054062. OLE color: 5054062.

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

Color convert

RGB1103077-
CMYK00.730.30.57
HSL324.75º57.14%27.45%-
HSV(B)324.75º72.73%43.14%-
XYZ8.234.787.51-
YUV59.28138164.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.69%
GREEN value IS 30 (12.11% from 255) = 13.82%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=50.69%
G=13.82%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110307700.730.30.57324.7557.1427.45
Hex6E1E4D0491E39145391b
Octal15636115011136715057133
Binary1101110111101001101010010011111011100110100010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,30,77); }

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

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

 a { background-color: rgb(110,30,77); }

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

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

 span { border-color: rgb(110,30,77); }

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