#6F2749

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

Shades of Pompadour #6F2749

Tints of Pompadour #6F2749

Color information

#6F2749 (or 0x6F2749) is unknown color: approx Pompadour. HEX triplet: 6F, 27 and 49. RGB value is (111,39,73). Sum of RGB (Red+Green+Blue) = 111+39+73=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2749 is #90D8B6. Grayscale: #404040. Windows color (decimal): -9492663 or 4794223. OLE color: 4794223.

HSL color Cylindrical-coordinate representation of color #6F2749: hue angle of 331.67º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F2749 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1113973-
CMYK00.650.340.56
HSL331.67º48%29.41%-
HSV(B)331.67º64.86%43.53%-
XYZ8.485.316.88-
YUV64.4132.85161.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=49.78%
G=17.49%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111397300.650.340.56331.674829.41
Hex6F2749041223814c301d
Octal15747111010142705146035
Binary110111110011110010010100000110001011100010100110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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