#681B4F

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

Shades of Pompadour #681B4F

Tints of Pompadour #681B4F

Color information

#681B4F (or 0x681B4F) is unknown color: approx Pompadour. HEX triplet: 68, 1B and 4F. RGB value is (104,27,79). Sum of RGB (Red+Green+Blue) = 104+27+79=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #681B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681B4F is #97E4B0. Grayscale: #373737. Windows color (decimal): -9954481 or 5184360. OLE color: 5184360.

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

Color convert

RGB1042779-
CMYK00.740.240.59
HSL319.48º58.78%25.69%-
HSV(B)319.48º74.04%40.78%-
XYZ7.514.297.83-
YUV55.95141.01162.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 27 (10.94% from 255) = 12.86%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=49.52%
G=12.86%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104277900.740.240.59319.4858.7825.69
Hex681B4F04A183B13f3b1a
Octal15033117011230734777332
Binary1101000110111001111010010101100011101110011111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,27,79); }

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

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

 a { background-color: rgb(104,27,79); }

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

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

 span { border-color: rgb(104,27,79); }

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