#68163B

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

Shades of Pompadour #68163B

Tints of Pompadour #68163B

Color information

#68163B (or 0x68163B) is unknown color: approx Pompadour. HEX triplet: 68, 16 and 3B. RGB value is (104,22,59). Sum of RGB (Red+Green+Blue) = 104+22+59=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68163B is #97E9C4. Grayscale: #323232. Windows color (decimal): -9955781 or 3872360. OLE color: 3872360.

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

Color convert

RGB1042259-
CMYK00.790.430.59
HSL332.93º65.08%24.71%-
HSV(B)332.93º78.85%40.78%-
XYZ6.793.834.52-
YUV50.74132.67165.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.22%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=56.22%
G=11.89%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104225900.790.430.59332.9365.0824.71
Hex68163B04F2B3B14d4119
Octal15026730117537351510131
Binary11010001011011101101001111101011111011101001101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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