#68194C

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

Shades of Pompadour #68194C

Tints of Pompadour #68194C

Color information

#68194C (or 0x68194C) is unknown color: approx Pompadour. HEX triplet: 68, 19 and 4C. RGB value is (104,25,76). Sum of RGB (Red+Green+Blue) = 104+25+76=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68194C is #97E6B3. Grayscale: #363636. Windows color (decimal): -9954996 or 4987240. OLE color: 4987240.

HSL color Cylindrical-coordinate representation of color #68194C: hue angle of 321.27º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68194C is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1042576-
CMYK00.760.270.59
HSL321.27º61.24%25.29%-
HSV(B)321.27º75.96%40.78%-
XYZ7.364.167.25-
YUV54.44140.17163.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 76 (30.08% from 255) = 37.07%
R=50.73%
G=12.20%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104257600.760.270.59321.2761.2425.29
Hex68194C04C1B3B1413d19
Octal15031114011433735017531
Binary1101000110011001100010011001101111101110100000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68194C; }

 p { color: rgb(104,25,76); }

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

<style>
 a { background-color: #68194C; }

 a { background-color: rgb(104,25,76); }

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

<style>
 span { border-color: #68194C; }

 span { border-color: rgb(104,25,76); }

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