#68134A

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

Shades of Pompadour #68134A

Tints of Pompadour #68134A

Color information

#68134A (or 0x68134A) is unknown color: approx Pompadour. HEX triplet: 68, 13 and 4A. RGB value is (104,19,74). Sum of RGB (Red+Green+Blue) = 104+19+74=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68134A is #97ECB5. Grayscale: #323232. Windows color (decimal): -9956534 or 4854632. OLE color: 4854632.

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

Color convert

RGB1041974-
CMYK00.820.290.59
HSL321.18º69.11%24.12%-
HSV(B)321.18º81.73%40.78%-
XYZ7.183.96.85-
YUV50.68141.16166.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=52.79%
G=9.64%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104197400.820.290.59321.1869.1124.12
Hex68134A0521D3B1414518
Octal150231120122357350110530
Binary11010001001110010100101001011101111011101000001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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