#68114F

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

Shades of Pompadour #68114F

Tints of Pompadour #68114F

Color information

#68114F (or 0x68114F) is unknown color: approx Pompadour. HEX triplet: 68, 11 and 4F. RGB value is (104,17,79). Sum of RGB (Red+Green+Blue) = 104+17+79=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68114F is #97EEB0. Grayscale: #313131. Windows color (decimal): -9957041 or 5181800. OLE color: 5181800.

HSL color Cylindrical-coordinate representation of color #68114F: hue angle of 317.24º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68114F is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1041779-
CMYK00.840.240.59
HSL317.24º71.9%23.73%-
HSV(B)317.24º83.65%40.78%-
XYZ7.323.917.77-
YUV50.08144.32166.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 17 (7.03% from 255) = 8.5%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=52%
G=8.5%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104177900.840.240.59317.2471.923.73
Hex68114F054183B13d4818
Octal150211170124307347511030
Binary11010001000110011110101010011000111011100111101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68114F; }

 p { color: rgb(104,17,79); }

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

<style>
 a { background-color: #68114F; }

 a { background-color: rgb(104,17,79); }

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

<style>
 span { border-color: #68114F; }

 span { border-color: rgb(104,17,79); }

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