#681348

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

Shades of Pompadour #681348

Tints of Pompadour #681348

Color information

#681348 (or 0x681348) is unknown color: approx Pompadour. HEX triplet: 68, 13 and 48. RGB value is (104,19,72). Sum of RGB (Red+Green+Blue) = 104+19+72=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #681348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681348 is #97ECB7. Grayscale: #323232. Windows color (decimal): -9956536 or 4723560. OLE color: 4723560.

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

Color convert

RGB1041972-
CMYK00.820.310.59
HSL322.59º69.11%24.12%-
HSV(B)322.59º81.73%40.78%-
XYZ7.113.886.5-
YUV50.46140.16166.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=53.33%
G=9.74%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104197200.820.310.59322.5969.1124.12
Hex6813480521F3B1434518
Octal150231100122377350310530
Binary11010001001110010000101001011111111011101000011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681348; }

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

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

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

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

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

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

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

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