#68154C

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

Shades of Pompadour #68154C

Tints of Pompadour #68154C

Color information

#68154C (or 0x68154C) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 4C. RGB value is (104,21,76). Sum of RGB (Red+Green+Blue) = 104+21+76=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68154C is #97EAB3. Grayscale: #333333. Windows color (decimal): -9956020 or 4986216. OLE color: 4986216.

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

Color convert

RGB1042176-
CMYK00.800.270.59
HSL320.24º66.4%24.51%-
HSV(B)320.24º79.81%40.78%-
XYZ7.2847.23-
YUV52.09141.5165.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=51.74%
G=10.45%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104217600.800.270.59320.2466.424.51
Hex68154C0501B3B1404219
Octal150251140120337350010231
Binary11010001010110011000101000011011111011101000000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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