#681A4A

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

Shades of Pompadour #681A4A

Tints of Pompadour #681A4A

Color information

#681A4A (or 0x681A4A) is unknown color: approx Pompadour. HEX triplet: 68, 1A and 4A. RGB value is (104,26,74). Sum of RGB (Red+Green+Blue) = 104+26+74=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #681A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A4A is #97E5B5. Grayscale: #363636. Windows color (decimal): -9954742 or 4856424. OLE color: 4856424.

HSL color Cylindrical-coordinate representation of color #681A4A: hue angle of 323.08º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A4A is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1042674-
CMYK00.750.290.59
HSL323.08º60%25.49%-
HSV(B)323.08º75%40.78%-
XYZ7.314.186.9-
YUV54.79138.84163.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 26 (10.55% from 255) = 12.75%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=50.98%
G=12.75%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104267400.750.290.59323.086025.49
Hex681A4A04B1D3B1433c19
Octal15032112011335735037431
Binary1101000110101001010010010111110111101110100001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,26,74); }

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

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

 a { background-color: rgb(104,26,74); }

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

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

 span { border-color: rgb(104,26,74); }

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