#6F1450

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

Shades of Pompadour #6F1450

Tints of Pompadour #6F1450

Color information

#6F1450 (or 0x6F1450) is unknown color: approx Pompadour. HEX triplet: 6F, 14 and 50. RGB value is (111,20,80). Sum of RGB (Red+Green+Blue) = 111+20+80=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1450 is #90EBAF. Grayscale: #353535. Windows color (decimal): -9497520 or 5248111. OLE color: 5248111.

HSL color Cylindrical-coordinate representation of color #6F1450: hue angle of 320.44º 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 #6F1450 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1112080-
CMYK00.820.280.56
HSL320.44º69.47%25.69%-
HSV(B)320.44º81.98%43.53%-
XYZ8.254.468.02-
YUV54.05142.65168.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.61%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=52.61%
G=9.48%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111208000.820.280.56320.4469.4725.69
Hex6F14500521C38140451a
Octal157241200122347050010532
Binary11011111010010100000101001011100111000101000000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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