#681D50

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

Shades of Pompadour #681D50

Tints of Pompadour #681D50

Color information

#681D50 (or 0x681D50) is unknown color: approx Pompadour. HEX triplet: 68, 1D and 50. RGB value is (104,29,80). Sum of RGB (Red+Green+Blue) = 104+29+80=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #681D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D50 is #97E2AF. Grayscale: #393939. Windows color (decimal): -9953968 or 5250408. OLE color: 5250408.

HSL color Cylindrical-coordinate representation of color #681D50: hue angle of 319.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #681D50 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB1042980-
CMYK00.720.230.59
HSL319.2º56.39%26.08%-
HSV(B)319.2º72.12%40.78%-
XYZ7.64.48.04-
YUV57.24140.85161.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 29 (11.72% from 255) = 13.62%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=48.83%
G=13.62%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104298000.720.230.59319.256.3926.08
Hex681D50048173B13f381a
Octal15035120011027734777032
Binary1101000111011010000010010001011111101110011111111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681D50; }

 p { color: rgb(104,29,80); }

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

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

 a { background-color: rgb(104,29,80); }

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

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

 span { border-color: rgb(104,29,80); }

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