#6F1649

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

Shades of Pompadour #6F1649

Tints of Pompadour #6F1649

Color information

#6F1649 (or 0x6F1649) is unknown color: approx Pompadour. HEX triplet: 6F, 16 and 49. RGB value is (111,22,73). Sum of RGB (Red+Green+Blue) = 111+22+73=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1649 is #90E9B6. Grayscale: #363636. Windows color (decimal): -9497015 or 4789871. OLE color: 4789871.

HSL color Cylindrical-coordinate representation of color #6F1649: hue angle of 325.62º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1649 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1112273-
CMYK00.800.340.56
HSL325.62º66.92%26.08%-
HSV(B)325.62º80.18%43.53%-
XYZ8.054.436.74-
YUV54.42138.49168.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.88%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=53.88%
G=10.68%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111227300.800.340.56325.6266.9226.08
Hex6F16490502238146431a
Octal157261110120427050610332
Binary110111110110100100101010000100010111000101000110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,22,73); }

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

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

 a { background-color: rgb(111,22,73); }

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

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

 span { border-color: rgb(111,22,73); }

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