#681A4F

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

Shades of Pompadour #681A4F

Tints of Pompadour #681A4F

Color information

#681A4F (or 0x681A4F) is unknown color: approx Pompadour. HEX triplet: 68, 1A and 4F. RGB value is (104,26,79). Sum of RGB (Red+Green+Blue) = 104+26+79=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #681A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A4F is #97E5B0. Grayscale: #373737. Windows color (decimal): -9954737 or 5184104. OLE color: 5184104.

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

Color convert

RGB1042679-
CMYK00.750.240.59
HSL319.23º60%25.49%-
HSV(B)319.23º75%40.78%-
XYZ7.494.257.82-
YUV55.36141.34162.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=49.76%
G=12.44%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104267900.750.240.59319.236025.49
Hex681A4F04B183B13f3c19
Octal15032117011330734777431
Binary1101000110101001111010010111100011101110011111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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