#6E1A51

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

Shades of Pompadour #6E1A51

Tints of Pompadour #6E1A51

Color information

#6E1A51 (or 0x6E1A51) is unknown color: approx Pompadour. HEX triplet: 6E, 1A and 51. RGB value is (110,26,81). Sum of RGB (Red+Green+Blue) = 110+26+81=217 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.69% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1A51 is #91E5AE. Grayscale: #393939. Windows color (decimal): -9561519 or 5315182. OLE color: 5315182.

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

Color convert

RGB1102681-
CMYK00.760.260.57
HSL320.71º61.76%26.67%-
HSV(B)320.71º76.36%43.14%-
XYZ8.294.658.25-
YUV57.39141.33165.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.69%
GREEN value IS 26 (10.55% from 255) = 11.98%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=50.69%
G=11.98%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110268100.760.260.57320.7161.7626.67
Hex6E1A5104C1A391413e1b
Octal15632121011432715017633
Binary1101110110101010001010011001101011100110100000111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,26,81); }

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

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

 a { background-color: rgb(110,26,81); }

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

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

 span { border-color: rgb(110,26,81); }

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