#6F1E47

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

Shades of Pompadour #6F1E47

Tints of Pompadour #6F1E47

Color information

#6F1E47 (or 0x6F1E47) is unknown color: approx Pompadour. HEX triplet: 6F, 1E and 47. RGB value is (111,30,71). Sum of RGB (Red+Green+Blue) = 111+30+71=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E47 is #90E1B8. Grayscale: #3A3A3A. Windows color (decimal): -9494969 or 4660847. OLE color: 4660847.

HSL color Cylindrical-coordinate representation of color #6F1E47: hue angle of 329.63º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F1E47 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1113071-
CMYK00.730.360.56
HSL329.63º57.45%27.65%-
HSV(B)329.63º72.97%43.53%-
XYZ8.164.766.45-
YUV58.89134.84165.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.36%
GREEN value IS 30 (12.11% from 255) = 14.15%
BLUE value IS 71 (28.12% from 255) = 33.49%
R=52.36%
G=14.15%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111307100.730.360.56329.6357.4527.65
Hex6F1E47049243814a391c
Octal15736107011144705127134
Binary11011111111010001110100100110010011100010100101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,30,71); }

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

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

 a { background-color: rgb(111,30,71); }

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

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

 span { border-color: rgb(111,30,71); }

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