#68114A

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

Shades of Pompadour #68114A

Tints of Pompadour #68114A

Color information

#68114A (or 0x68114A) is unknown color: approx Pompadour. HEX triplet: 68, 11 and 4A. RGB value is (104,17,74). Sum of RGB (Red+Green+Blue) = 104+17+74=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #68114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68114A is #97EEB5. Grayscale: #313131. Windows color (decimal): -9957046 or 4854120. OLE color: 4854120.

HSL color Cylindrical-coordinate representation of color #68114A: hue angle of 320.69º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68114A is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1041774-
CMYK00.840.290.59
HSL320.69º71.9%23.73%-
HSV(B)320.69º83.65%40.78%-
XYZ7.153.846.84-
YUV49.51141.82166.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=53.33%
G=8.72%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104177400.840.290.59320.6971.923.73
Hex68114A0541D3B1414818
Octal150211120124357350111030
Binary11010001000110010100101010011101111011101000001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68114A; }

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

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

<style>
 a { background-color: #68114A; }

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

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

<style>
 span { border-color: #68114A; }

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

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