#6F1451

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

Shades of Pompadour #6F1451

Tints of Pompadour #6F1451

Color information

#6F1451 (or 0x6F1451) is unknown color: approx Pompadour. HEX triplet: 6F, 14 and 51. RGB value is (111,20,81). Sum of RGB (Red+Green+Blue) = 111+20+81=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1451 is #90EBAE. Grayscale: #363636. Windows color (decimal): -9497519 or 5313647. OLE color: 5313647.

HSL color Cylindrical-coordinate representation of color #6F1451: hue angle of 319.78º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1451 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1112081-
CMYK00.820.270.56
HSL319.78º69.47%25.69%-
HSV(B)319.78º81.98%43.53%-
XYZ8.294.478.21-
YUV54.16143.15168.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.36%
GREEN value IS 20 (8.20% from 255) = 9.43%
BLUE value IS 81 (32.03% from 255) = 38.21%
R=52.36%
G=9.43%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111208100.820.270.56319.7869.4725.69
Hex6F14510521B38140451a
Octal157241210122337050010532
Binary11011111010010100010101001011011111000101000000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,20,81); }

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

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

 a { background-color: rgb(111,20,81); }

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

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

 span { border-color: rgb(111,20,81); }

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