#681751

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

Shades of Pompadour #681751

Tints of Pompadour #681751

Color information

#681751 (or 0x681751) is unknown color: approx Pompadour. HEX triplet: 68, 17 and 51. RGB value is (104,23,81). Sum of RGB (Red+Green+Blue) = 104+23+81=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #681751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681751 is #97E8AE. Grayscale: #353535. Windows color (decimal): -9955503 or 5314408. OLE color: 5314408.

HSL color Cylindrical-coordinate representation of color #681751: hue angle of 317.04º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681751 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1042381-
CMYK00.780.220.59
HSL317.04º63.78%24.9%-
HSV(B)317.04º77.88%40.78%-
XYZ7.54.158.19-
YUV53.83143.34163.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 81 (32.03% from 255) = 38.94%
R=50%
G=11.06%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104238100.780.220.59317.0463.7824.9
Hex68175104E163B13d4019
Octal150271210116267347510031
Binary11010001011110100010100111010110111011100111101100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681751; }

 p { color: rgb(104,23,81); }

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

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

 a { background-color: rgb(104,23,81); }

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

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

 span { border-color: rgb(104,23,81); }

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