#681C4B

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

Shades of Pompadour #681C4B

Tints of Pompadour #681C4B

Color information

#681C4B (or 0x681C4B) is unknown color: approx Pompadour. HEX triplet: 68, 1C and 4B. RGB value is (104,28,75). Sum of RGB (Red+Green+Blue) = 104+28+75=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #681C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C4B is #97E3B4. Grayscale: #373737. Windows color (decimal): -9954229 or 4922472. OLE color: 4922472.

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

Color convert

RGB1042875-
CMYK00.730.280.59
HSL322.89º57.58%25.88%-
HSV(B)322.89º73.08%40.78%-
XYZ7.394.287.09-
YUV56.08138.68162.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 28 (11.33% from 255) = 13.53%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=50.24%
G=13.53%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104287500.730.280.59322.8957.5825.88
Hex681C4B0491C3B1433a1a
Octal15034113011134735037232
Binary1101000111001001011010010011110011101110100001111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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