#69284E

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

Shades of Pompadour #69284E

Tints of Pompadour #69284E

Color information

#69284E (or 0x69284E) is unknown color: approx Pompadour. HEX triplet: 69, 28 and 4E. RGB value is (105,40,78). Sum of RGB (Red+Green+Blue) = 105+40+78=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #69284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69284E is #96D7B1. Grayscale: #3F3F3F. Windows color (decimal): -9885618 or 5122153. OLE color: 5122153.

HSL color Cylindrical-coordinate representation of color #69284E: hue angle of 324.92º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69284E is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1054078-
CMYK00.620.260.59
HSL324.92º44.83%28.43%-
HSV(B)324.92º61.9%41.18%-
XYZ7.965.077.77-
YUV63.77136.03157.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=47.09%
G=17.94%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105407800.620.260.59324.9244.8328.43
Hex69284E03E1A3B1452d1c
Octal1515011607632735055534
Binary1101001101000100111001111101101011101110100010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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