#681750

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

Shades of Pompadour #681750

Tints of Pompadour #681750

Color information

#681750 (or 0x681750) is unknown color: approx Pompadour. HEX triplet: 68, 17 and 50. RGB value is (104,23,80). Sum of RGB (Red+Green+Blue) = 104+23+80=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #681750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681750 is #97E8AF. Grayscale: #353535. Windows color (decimal): -9955504 or 5248872. OLE color: 5248872.

HSL color Cylindrical-coordinate representation of color #681750: hue angle of 317.78º 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 #681750 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB1042380-
CMYK00.780.230.59
HSL317.78º63.78%24.9%-
HSV(B)317.78º77.88%40.78%-
XYZ7.464.147.99-
YUV53.72142.84163.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 23 (9.38% from 255) = 11.11%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=50.24%
G=11.11%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104238000.780.230.59317.7863.7824.9
Hex68175004E173B13e4019
Octal150271200116277347610031
Binary11010001011110100000100111010111111011100111110100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681750; }

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

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

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

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

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

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

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

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