#68134C

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

Shades of Pompadour #68134C

Tints of Pompadour #68134C

Color information

#68134C (or 0x68134C) is unknown color: approx Pompadour. HEX triplet: 68, 13 and 4C. RGB value is (104,19,76). Sum of RGB (Red+Green+Blue) = 104+19+76=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68134C is #97ECB3. Grayscale: #323232. Windows color (decimal): -9956532 or 4985704. OLE color: 4985704.

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

Color convert

RGB1041976-
CMYK00.820.270.59
HSL319.76º69.11%24.12%-
HSV(B)319.76º81.73%40.78%-
XYZ7.253.937.21-
YUV50.91142.16165.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=52.26%
G=9.55%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104197600.820.270.59319.7669.1124.12
Hex68134C0521B3B1404518
Octal150231140122337350010530
Binary11010001001110011000101001011011111011101000000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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