#681A4E

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

Shades of Pompadour #681A4E

Tints of Pompadour #681A4E

Color information

#681A4E (or 0x681A4E) is unknown color: approx Pompadour. HEX triplet: 68, 1A and 4E. RGB value is (104,26,78). Sum of RGB (Red+Green+Blue) = 104+26+78=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #681A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A4E is #97E5B1. Grayscale: #373737. Windows color (decimal): -9954738 or 5118568. OLE color: 5118568.

HSL color Cylindrical-coordinate representation of color #681A4E: hue angle of 320º 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 #681A4E is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1042678-
CMYK00.750.250.59
HSL320º60%25.49%-
HSV(B)320º75%40.78%-
XYZ7.454.237.63-
YUV55.25140.84162.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 12.5%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=50%
G=12.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104267800.750.250.593206025.49
Hex681A4E04B193B1403c19
Octal15032116011331735007431
Binary1101000110101001110010010111100111101110100000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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