#681A49

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

Shades of Pompadour #681A49

Tints of Pompadour #681A49

Color information

#681A49 (or 0x681A49) is unknown color: approx Pompadour. HEX triplet: 68, 1A and 49. RGB value is (104,26,73). Sum of RGB (Red+Green+Blue) = 104+26+73=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #681A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A49 is #97E5B6. Grayscale: #363636. Windows color (decimal): -9954743 or 4790888. OLE color: 4790888.

HSL color Cylindrical-coordinate representation of color #681A49: hue angle of 323.85º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A49 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1042673-
CMYK00.750.300.59
HSL323.85º60%25.49%-
HSV(B)323.85º75%40.78%-
XYZ7.284.166.72-
YUV54.68138.34163.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 26 (10.55% from 255) = 12.81%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=51.23%
G=12.81%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104267300.750.300.59323.856025.49
Hex681A4904B1E3B1443c19
Octal15032111011336735047431
Binary1101000110101001001010010111111011101110100010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,26,73); }

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

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

 a { background-color: rgb(104,26,73); }

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

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

 span { border-color: rgb(104,26,73); }

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