#6E114B

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

Shades of Pompadour #6E114B

Tints of Pompadour #6E114B

Color information

#6E114B (or 0x6E114B) is unknown color: approx Pompadour. HEX triplet: 6E, 11 and 4B. RGB value is (110,17,75). Sum of RGB (Red+Green+Blue) = 110+17+75=202 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.46% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 110 - color contains mainly: red. Hex color #6E114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E114B is #91EEB4. Grayscale: #333333. Windows color (decimal): -9563829 or 4919662. OLE color: 4919662.

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

Color convert

RGB1101775-
CMYK00.850.320.57
HSL322.58º73.23%24.9%-
HSV(B)322.58º84.55%43.14%-
XYZ7.94.227.06-
YUV51.42141.31169.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 54.46%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=54.46%
G=8.42%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110177500.850.320.57322.5873.2324.9
Hex6E114B05520391434919
Octal156211130125407150311131
Binary110111010001100101101010101100000111001101000011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,17,75); }

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

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

 a { background-color: rgb(110,17,75); }

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

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

 span { border-color: rgb(110,17,75); }

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