#67214C

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

Shades of Pompadour #67214C

Tints of Pompadour #67214C

Color information

#67214C (or 0x67214C) is unknown color: approx Pompadour. HEX triplet: 67, 21 and 4C. RGB value is (103,33,76). Sum of RGB (Red+Green+Blue) = 103+33+76=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #67214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67214C is #98DEB3. Grayscale: #3A3A3A. Windows color (decimal): -10018484 or 4989287. OLE color: 4989287.

HSL color Cylindrical-coordinate representation of color #67214C: hue angle of 323.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67214C is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB1033376-
CMYK00.680.260.60
HSL323.14º51.47%26.67%-
HSV(B)323.14º67.96%40.39%-
XYZ7.444.497.31-
YUV58.83137.69159.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.58%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=48.58%
G=15.57%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103337600.680.260.60323.1451.4726.67
Hex67214C0441A3C143331b
Octal14741114010432745036333
Binary11001111000011001100010001001101011110010100001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67214C; }

 p { color: rgb(103,33,76); }

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

<style>
 a { background-color: #67214C; }

 a { background-color: rgb(103,33,76); }

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

<style>
 span { border-color: #67214C; }

 span { border-color: rgb(103,33,76); }

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