#681447

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

Shades of Pompadour #681447

Tints of Pompadour #681447

Color information

#681447 (or 0x681447) is unknown color: approx Pompadour. HEX triplet: 68, 14 and 47. RGB value is (104,20,71). Sum of RGB (Red+Green+Blue) = 104+20+71=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #681447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681447 is #97EBB8. Grayscale: #323232. Windows color (decimal): -9956281 or 4658280. OLE color: 4658280.

HSL color Cylindrical-coordinate representation of color #681447: hue angle of 323.57º 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 #681447 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB1042071-
CMYK00.810.320.59
HSL323.57º67.74%24.31%-
HSV(B)323.57º80.77%40.78%-
XYZ7.13.96.34-
YUV50.93139.33165.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 71 (28.12% from 255) = 36.41%
R=53.33%
G=10.26%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104207100.810.320.59323.5767.7424.31
Hex681447051203B1444418
Octal150241070121407350410430
Binary110100010100100011101010001100000111011101000100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681447; }

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

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

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

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

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

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

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

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