#681F41

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

Shades of Pompadour #681F41

Tints of Pompadour #681F41

Color information

#681F41 (or 0x681F41) is unknown color: approx Pompadour. HEX triplet: 68, 1F and 41. RGB value is (104,31,65). Sum of RGB (Red+Green+Blue) = 104+31+65=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #681F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F41 is #97E0BE. Grayscale: #383838. Windows color (decimal): -9953471 or 4267880. OLE color: 4267880.

HSL color Cylindrical-coordinate representation of color #681F41: hue angle of 332.05º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F41 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1043165-
CMYK00.700.380.59
HSL332.05º54.07%26.47%-
HSV(B)332.05º70.19%40.78%-
XYZ7.154.35.45-
YUV56.7132.68161.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 31 (12.5% from 255) = 15.5%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=52%
G=15.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104316500.700.380.59332.0554.0726.47
Hex681F41046263B14c361a
Octal15037101010646735146632
Binary11010001111110000010100011010011011101110100110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,31,65); }

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

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

 a { background-color: rgb(104,31,65); }

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

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

 span { border-color: rgb(104,31,65); }

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