#68154A

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

Shades of Pompadour #68154A

Tints of Pompadour #68154A

Color information

#68154A (or 0x68154A) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 4A. RGB value is (104,21,74). Sum of RGB (Red+Green+Blue) = 104+21+74=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68154A is #97EAB5. Grayscale: #333333. Windows color (decimal): -9956022 or 4855144. OLE color: 4855144.

HSL color Cylindrical-coordinate representation of color #68154A: hue angle of 321.69º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68154A is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1042174-
CMYK00.800.290.59
HSL321.69º66.4%24.51%-
HSV(B)321.69º79.81%40.78%-
XYZ7.213.976.87-
YUV51.86140.5165.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=52.26%
G=10.55%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104217400.800.290.59321.6966.424.51
Hex68154A0501D3B1424219
Octal150251120120357350210231
Binary11010001010110010100101000011101111011101000010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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