#67164A

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

Shades of Pompadour #67164A

Tints of Pompadour #67164A

Color information

#67164A (or 0x67164A) is unknown color: approx Pompadour. HEX triplet: 67, 16 and 4A. RGB value is (103,22,74). Sum of RGB (Red+Green+Blue) = 103+22+74=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67164A is #98E9B5. Grayscale: #343434. Windows color (decimal): -10021302 or 4855399. OLE color: 4855399.

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

Color convert

RGB1032274-
CMYK00.790.280.60
HSL321.48º64.8%24.51%-
HSV(B)321.48º78.64%40.39%-
XYZ7.123.956.87-
YUV52.15140.34164.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.76%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=51.76%
G=11.06%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103227400.790.280.60321.4864.824.51
Hex67164A04F1C3C1414119
Octal147261120117347450110131
Binary11001111011010010100100111111100111100101000001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,22,74); }

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

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

 a { background-color: rgb(103,22,74); }

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

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

 span { border-color: rgb(103,22,74); }

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