#68284A

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

Shades of Pompadour #68284A

Tints of Pompadour #68284A

Color information

#68284A (or 0x68284A) is unknown color: approx Pompadour. HEX triplet: 68, 28 and 4A. RGB value is (104,40,74). Sum of RGB (Red+Green+Blue) = 104+40+74=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68284A is #97D7B5. Grayscale: #3E3E3E. Windows color (decimal): -9951158 or 4860008. OLE color: 4860008.

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

Color convert

RGB1044074-
CMYK00.620.290.59
HSL328.12º44.44%28.24%-
HSV(B)328.12º61.54%40.78%-
XYZ7.74.967.03-
YUV63.01134.2157.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=47.71%
G=18.35%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104407400.620.290.59328.1244.4428.24
Hex68284A03E1D3B1482c1c
Octal1505011207635735105434
Binary1101000101000100101001111101110111101110100100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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