#681451

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

Shades of Pompadour #681451

Tints of Pompadour #681451

Color information

#681451 (or 0x681451) is unknown color: approx Pompadour. HEX triplet: 68, 14 and 51. RGB value is (104,20,81). Sum of RGB (Red+Green+Blue) = 104+20+81=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #681451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681451 is #97EBAE. Grayscale: #333333. Windows color (decimal): -9956271 or 5313640. OLE color: 5313640.

HSL color Cylindrical-coordinate representation of color #681451: hue angle of 316.43º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681451 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1042081-
CMYK00.810.220.59
HSL316.43º67.74%24.31%-
HSV(B)316.43º80.77%40.78%-
XYZ7.444.048.17-
YUV52.07144.33165.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 81 (32.03% from 255) = 39.51%
R=50.73%
G=9.76%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104208100.810.220.59316.4367.7424.31
Hex681451051163B13c4418
Octal150241210121267347410430
Binary11010001010010100010101000110110111011100111100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681451; }

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

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

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

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

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

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

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

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