#68164B

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

Shades of Pompadour #68164B

Tints of Pompadour #68164B

Color information

#68164B (or 0x68164B) is unknown color: approx Pompadour. HEX triplet: 68, 16 and 4B. RGB value is (104,22,75). Sum of RGB (Red+Green+Blue) = 104+22+75=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68164B is #97E9B4. Grayscale: #343434. Windows color (decimal): -9955765 or 4920936. OLE color: 4920936.

HSL color Cylindrical-coordinate representation of color #68164B: hue angle of 321.22º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68164B is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1042275-
CMYK00.790.280.59
HSL321.22º65.08%24.71%-
HSV(B)321.22º78.85%40.78%-
XYZ7.274.027.05-
YUV52.56140.67164.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=51.74%
G=10.95%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104227500.790.280.59321.2265.0824.71
Hex68164B04F1C3B1414119
Octal150261130117347350110131
Binary11010001011010010110100111111100111011101000001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68164B; }

 p { color: rgb(104,22,75); }

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

<style>
 a { background-color: #68164B; }

 a { background-color: rgb(104,22,75); }

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

<style>
 span { border-color: #68164B; }

 span { border-color: rgb(104,22,75); }

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