#69204C

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

Shades of Pompadour #69204C

Tints of Pompadour #69204C

Color information

#69204C (or 0x69204C) is unknown color: approx Pompadour. HEX triplet: 69, 20 and 4C. RGB value is (105,32,76). Sum of RGB (Red+Green+Blue) = 105+32+76=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #69204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69204C is #96DFB3. Grayscale: #3A3A3A. Windows color (decimal): -9887668 or 4989033. OLE color: 4989033.

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

Color convert

RGB1053276-
CMYK00.700.280.59
HSL323.84º53.28%26.86%-
HSV(B)323.84º69.52%41.18%-
XYZ7.654.567.31-
YUV58.84137.68160.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=49.30%
G=15.02%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105327600.700.280.59323.8453.2826.86
Hex69204C0461C3B144351b
Octal15140114010634735046533
Binary11010011000001001100010001101110011101110100010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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