#681C51

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

Shades of Pompadour #681C51

Tints of Pompadour #681C51

Color information

#681C51 (or 0x681C51) is unknown color: approx Pompadour. HEX triplet: 68, 1C and 51. RGB value is (104,28,81). Sum of RGB (Red+Green+Blue) = 104+28+81=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #681C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681C51 is #97E3AE. Grayscale: #383838. Windows color (decimal): -9954223 or 5315688. OLE color: 5315688.

HSL color Cylindrical-coordinate representation of color #681C51: hue angle of 318.16º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C51 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1042881-
CMYK00.730.220.59
HSL318.16º57.58%25.88%-
HSV(B)318.16º73.08%40.78%-
XYZ7.614.378.23-
YUV56.77141.68161.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 28 (11.33% from 255) = 13.15%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=48.83%
G=13.15%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104288100.730.220.59318.1657.5825.88
Hex681C51049163B13e3a1a
Octal15034121011126734767232
Binary1101000111001010001010010011011011101110011111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681C51; }

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

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

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

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

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

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

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

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