#68163A

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

Shades of Pompadour #68163A

Tints of Pompadour #68163A

Color information

#68163A (or 0x68163A) is unknown color: approx Pompadour. HEX triplet: 68, 16 and 3A. RGB value is (104,22,58). Sum of RGB (Red+Green+Blue) = 104+22+58=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68163A is #97E9C5. Grayscale: #323232. Windows color (decimal): -9955782 or 3806824. OLE color: 3806824.

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

Color convert

RGB1042258-
CMYK00.790.440.59
HSL333.66º65.08%24.71%-
HSV(B)333.66º78.85%40.78%-
XYZ6.763.824.38-
YUV50.62132.17166.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=56.52%
G=11.96%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104225800.790.440.59333.6665.0824.71
Hex68163A04F2C3B14e4119
Octal15026720117547351610131
Binary11010001011011101001001111101100111011101001110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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