#68284C

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

Shades of Pompadour #68284C

Tints of Pompadour #68284C

Color information

#68284C (or 0x68284C) is unknown color: approx Pompadour. HEX triplet: 68, 28 and 4C. RGB value is (104,40,76). Sum of RGB (Red+Green+Blue) = 104+40+76=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68284C is #97D7B3. Grayscale: #3F3F3F. Windows color (decimal): -9951156 or 4991080. OLE color: 4991080.

HSL color Cylindrical-coordinate representation of color #68284C: hue angle of 326.25º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68284C is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1044076-
CMYK00.620.270.59
HSL326.25º44.44%28.24%-
HSV(B)326.25º61.54%40.78%-
XYZ7.774.987.39-
YUV63.24135.2157.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=47.27%
G=18.18%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104407600.620.270.59326.2544.4428.24
Hex68284C03E1B3B1462c1c
Octal1505011407633735065434
Binary1101000101000100110001111101101111101110100011010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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