#69204F

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

Shades of Pompadour #69204F

Tints of Pompadour #69204F

Color information

#69204F (or 0x69204F) is unknown color: approx Pompadour. HEX triplet: 69, 20 and 4F. RGB value is (105,32,79). Sum of RGB (Red+Green+Blue) = 105+32+79=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #69204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69204F is #96DFB0. Grayscale: #3B3B3B. Windows color (decimal): -9887665 or 5185641. OLE color: 5185641.

HSL color Cylindrical-coordinate representation of color #69204F: hue angle of 321.37º 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 #69204F is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1053279-
CMYK00.700.250.59
HSL321.37º53.28%26.86%-
HSV(B)321.37º69.52%41.18%-
XYZ7.754.67.88-
YUV59.18139.18160.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.61%
GREEN value IS 32 (12.89% from 255) = 14.81%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=48.61%
G=14.81%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105327900.700.250.59321.3753.2826.86
Hex69204F046193B141351b
Octal15140117010631735016533
Binary11010011000001001111010001101100111101110100000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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