#681C3F

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

Shades of Pompadour #681C3F

Tints of Pompadour #681C3F

Color information

#681C3F (or 0x681C3F) is unknown color: approx Pompadour. HEX triplet: 68, 1C and 3F. RGB value is (104,28,63). Sum of RGB (Red+Green+Blue) = 104+28+63=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #681C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C3F is #97E3C0. Grayscale: #363636. Windows color (decimal): -9954241 or 4136040. OLE color: 4136040.

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

Color convert

RGB1042863-
CMYK00.730.390.59
HSL332.37º57.58%25.88%-
HSV(B)332.37º73.08%40.78%-
XYZ7.024.135.13-
YUV54.71132.68163.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 63 (25% from 255) = 32.31%
R=53.33%
G=14.36%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104286300.730.390.59332.3757.5825.88
Hex681C3F049273B14c3a1a
Octal1503477011147735147232
Binary1101000111001111110100100110011111101110100110011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,28,63); }

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

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

 a { background-color: rgb(104,28,63); }

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

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

 span { border-color: rgb(104,28,63); }

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