#69204E

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

Shades of Pompadour #69204E

Tints of Pompadour #69204E

Color information

#69204E (or 0x69204E) is unknown color: approx Pompadour. HEX triplet: 69, 20 and 4E. RGB value is (105,32,78). Sum of RGB (Red+Green+Blue) = 105+32+78=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #69204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69204E is #96DFB1. Grayscale: #3A3A3A. Windows color (decimal): -9887666 or 5120105. OLE color: 5120105.

HSL color Cylindrical-coordinate representation of color #69204E: hue angle of 322.19º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69204E is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1053278-
CMYK00.700.260.59
HSL322.19º53.28%26.86%-
HSV(B)322.19º69.52%41.18%-
XYZ7.724.597.69-
YUV59.07138.68160.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=48.84%
G=14.88%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105327800.700.260.59322.1953.2826.86
Hex69204E0461A3B142351b
Octal15140116010632735026533
Binary11010011000001001110010001101101011101110100001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69204E; }

 p { color: rgb(105,32,78); }

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

<style>
 a { background-color: #69204E; }

 a { background-color: rgb(105,32,78); }

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

<style>
 span { border-color: #69204E; }

 span { border-color: rgb(105,32,78); }

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