#6E1851

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

Shades of Pompadour #6E1851

Tints of Pompadour #6E1851

Color information

#6E1851 (or 0x6E1851) is unknown color: approx Pompadour. HEX triplet: 6E, 18 and 51. RGB value is (110,24,81). Sum of RGB (Red+Green+Blue) = 110+24+81=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1851 is #91E7AE. Grayscale: #383838. Windows color (decimal): -9562031 or 5314670. OLE color: 5314670.

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

Color convert

RGB1102481-
CMYK00.780.260.57
HSL320.23º64.18%26.27%-
HSV(B)320.23º78.18%43.14%-
XYZ8.244.568.23-
YUV56.21141.99166.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.16%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 81 (32.03% from 255) = 37.67%
R=51.16%
G=11.16%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110248100.780.260.57320.2364.1826.27
Hex6E185104E1A39140401a
Octal156301210116327150010032
Binary11011101100010100010100111011010111001101000000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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