#681949

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

Shades of Pompadour #681949

Tints of Pompadour #681949

Color information

#681949 (or 0x681949) is unknown color: approx Pompadour. HEX triplet: 68, 19 and 49. RGB value is (104,25,73). Sum of RGB (Red+Green+Blue) = 104+25+73=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #681949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681949 is #97E6B6. Grayscale: #353535. Windows color (decimal): -9954999 or 4790632. OLE color: 4790632.

HSL color Cylindrical-coordinate representation of color #681949: hue angle of 323.54º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681949 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1042573-
CMYK00.760.300.59
HSL323.54º61.24%25.29%-
HSV(B)323.54º75.96%40.78%-
XYZ7.264.126.72-
YUV54.09138.67163.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=51.49%
G=12.38%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104257300.760.300.59323.5461.2425.29
Hex68194904C1E3B1443d19
Octal15031111011436735047531
Binary1101000110011001001010011001111011101110100010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681949; }

 p { color: rgb(104,25,73); }

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

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

 a { background-color: rgb(104,25,73); }

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

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

 span { border-color: rgb(104,25,73); }

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