#681A4D

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

Shades of Pompadour #681A4D

Tints of Pompadour #681A4D

Color information

#681A4D (or 0x681A4D) is unknown color: approx Pompadour. HEX triplet: 68, 1A and 4D. RGB value is (104,26,77). Sum of RGB (Red+Green+Blue) = 104+26+77=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #681A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A4D is #97E5B2. Grayscale: #373737. Windows color (decimal): -9954739 or 5053032. OLE color: 5053032.

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

Color convert

RGB1042677-
CMYK00.750.260.59
HSL320.77º60%25.49%-
HSV(B)320.77º75%40.78%-
XYZ7.424.227.44-
YUV55.14140.34162.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=50.24%
G=12.56%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104267700.750.260.59320.776025.49
Hex681A4D04B1A3B1413c19
Octal15032115011332735017431
Binary1101000110101001101010010111101011101110100000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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