#681548

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

Shades of Pompadour #681548

Tints of Pompadour #681548

Color information

#681548 (or 0x681548) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 48. RGB value is (104,21,72). Sum of RGB (Red+Green+Blue) = 104+21+72=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #681548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681548 is #97EAB7. Grayscale: #333333. Windows color (decimal): -9956024 or 4724072. OLE color: 4724072.

HSL color Cylindrical-coordinate representation of color #681548: hue angle of 323.13º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681548 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB1042172-
CMYK00.800.310.59
HSL323.13º66.4%24.51%-
HSV(B)323.13º79.81%40.78%-
XYZ7.153.956.52-
YUV51.63139.5165.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=52.79%
G=10.66%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104217200.800.310.59323.1366.424.51
Hex6815480501F3B1434219
Octal150251100120377350310231
Binary11010001010110010000101000011111111011101000011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681548; }

 p { color: rgb(104,21,72); }

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

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

 a { background-color: rgb(104,21,72); }

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

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

 span { border-color: rgb(104,21,72); }

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