#67204A

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

Shades of Pompadour #67204A

Tints of Pompadour #67204A

Color information

#67204A (or 0x67204A) is unknown color: approx Pompadour. HEX triplet: 67, 20 and 4A. RGB value is (103,32,74). Sum of RGB (Red+Green+Blue) = 103+32+74=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #67204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67204A is #98DFB5. Grayscale: #393939. Windows color (decimal): -10018742 or 4857959. OLE color: 4857959.

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

Color convert

RGB1033274-
CMYK00.690.280.60
HSL324.51º52.59%26.47%-
HSV(B)324.51º68.93%40.39%-
XYZ7.354.416.94-
YUV58.02137.02160.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.28%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=49.28%
G=15.31%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103327400.690.280.60324.5152.5926.47
Hex67204A0451C3C145351a
Octal14740112010534745056532
Binary11001111000001001010010001011110011110010100010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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