#6F1648

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

Shades of Pompadour #6F1648

Tints of Pompadour #6F1648

Color information

#6F1648 (or 0x6F1648) is unknown color: approx Pompadour. HEX triplet: 6F, 16 and 48. RGB value is (111,22,72). Sum of RGB (Red+Green+Blue) = 111+22+72=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1648 is #90E9B7. Grayscale: #363636. Windows color (decimal): -9497016 or 4724335. OLE color: 4724335.

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

Color convert

RGB1112272-
CMYK00.800.350.56
HSL326.29º66.92%26.08%-
HSV(B)326.29º80.18%43.53%-
XYZ8.014.426.56-
YUV54.31137.99168.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.15%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=54.15%
G=10.73%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111227200.800.350.56326.2966.9226.08
Hex6F16480502338146431a
Octal157261100120437050610332
Binary110111110110100100001010000100011111000101000110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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