#68134F

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

Shades of Pompadour #68134F

Tints of Pompadour #68134F

Color information

#68134F (or 0x68134F) is unknown color: approx Pompadour. HEX triplet: 68, 13 and 4F. RGB value is (104,19,79). Sum of RGB (Red+Green+Blue) = 104+19+79=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68134F is #97ECB0. Grayscale: #333333. Windows color (decimal): -9956529 or 5182312. OLE color: 5182312.

HSL color Cylindrical-coordinate representation of color #68134F: hue angle of 317.65º 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 #68134F is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1041979-
CMYK00.820.240.59
HSL317.65º69.11%24.12%-
HSV(B)317.65º81.73%40.78%-
XYZ7.353.977.78-
YUV51.26143.66165.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=51.49%
G=9.41%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104197900.820.240.59317.6569.1124.12
Hex68134F052183B13e4518
Octal150231170122307347610530
Binary11010001001110011110101001011000111011100111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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