#68164F

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

Shades of Pompadour #68164F

Tints of Pompadour #68164F

Color information

#68164F (or 0x68164F) is unknown color: approx Pompadour. HEX triplet: 68, 16 and 4F. RGB value is (104,22,79). Sum of RGB (Red+Green+Blue) = 104+22+79=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68164F is #97E9B0. Grayscale: #343434. Windows color (decimal): -9955761 or 5183080. OLE color: 5183080.

HSL color Cylindrical-coordinate representation of color #68164F: hue angle of 318.29º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68164F is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1042279-
CMYK00.790.240.59
HSL318.29º65.08%24.71%-
HSV(B)318.29º78.85%40.78%-
XYZ7.414.087.79-
YUV53.02142.67164.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=50.73%
G=10.73%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104227900.790.240.59318.2965.0824.71
Hex68164F04F183B13e4119
Octal150261170117307347610131
Binary11010001011010011110100111111000111011100111110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68164F; }

 p { color: rgb(104,22,79); }

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

<style>
 a { background-color: #68164F; }

 a { background-color: rgb(104,22,79); }

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

<style>
 span { border-color: #68164F; }

 span { border-color: rgb(104,22,79); }

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