#681B4C

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

Shades of Pompadour #681B4C

Tints of Pompadour #681B4C

Color information

#681B4C (or 0x681B4C) is unknown color: approx Pompadour. HEX triplet: 68, 1B and 4C. RGB value is (104,27,76). Sum of RGB (Red+Green+Blue) = 104+27+76=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #681B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B4C is #97E4B3. Grayscale: #373737. Windows color (decimal): -9954484 or 4987752. OLE color: 4987752.

HSL color Cylindrical-coordinate representation of color #681B4C: hue angle of 321.82º 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 #681B4C is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1042776-
CMYK00.740.270.59
HSL321.82º58.78%25.69%-
HSV(B)321.82º74.04%40.78%-
XYZ7.414.257.27-
YUV55.61139.51162.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 27 (10.94% from 255) = 13.04%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=50.24%
G=13.04%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104277600.740.270.59321.8258.7825.69
Hex681B4C04A1B3B1423b1a
Octal15033114011233735027332
Binary1101000110111001100010010101101111101110100001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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