#68284E

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

Shades of Pompadour #68284E

Tints of Pompadour #68284E

Color information

#68284E (or 0x68284E) is unknown color: approx Pompadour. HEX triplet: 68, 28 and 4E. RGB value is (104,40,78). Sum of RGB (Red+Green+Blue) = 104+40+78=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #68284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68284E is #97D7B1. Grayscale: #3F3F3F. Windows color (decimal): -9951154 or 5122152. OLE color: 5122152.

HSL color Cylindrical-coordinate representation of color #68284E: hue angle of 324.38º 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 #68284E is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1044078-
CMYK00.620.250.59
HSL324.38º44.44%28.24%-
HSV(B)324.38º61.54%40.78%-
XYZ7.845.017.76-
YUV63.47136.2156.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=46.85%
G=18.02%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104407800.620.250.59324.3844.4428.24
Hex68284E03E193B1442c1c
Octal1505011607631735045434
Binary1101000101000100111001111101100111101110100010010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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