#68154E

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

Shades of Pompadour #68154E

Tints of Pompadour #68154E

Color information

#68154E (or 0x68154E) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 4E. RGB value is (104,21,78). Sum of RGB (Red+Green+Blue) = 104+21+78=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68154E is #97EAB1. Grayscale: #343434. Windows color (decimal): -9956018 or 5117288. OLE color: 5117288.

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

Color convert

RGB1042178-
CMYK00.800.250.59
HSL318.8º66.4%24.51%-
HSV(B)318.8º79.81%40.78%-
XYZ7.354.037.6-
YUV52.32142.5164.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=51.23%
G=10.34%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104217800.800.250.59318.866.424.51
Hex68154E050193B13f4219
Octal150251160120317347710231
Binary11010001010110011100101000011001111011100111111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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