#69284C

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

Shades of Pompadour #69284C

Tints of Pompadour #69284C

Color information

#69284C (or 0x69284C) is unknown color: approx Pompadour. HEX triplet: 69, 28 and 4C. RGB value is (105,40,76). Sum of RGB (Red+Green+Blue) = 105+40+76=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #69284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69284C is #96D7B3. Grayscale: #3F3F3F. Windows color (decimal): -9885620 or 4991081. OLE color: 4991081.

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

Color convert

RGB1054076-
CMYK00.620.280.59
HSL326.77º44.83%28.43%-
HSV(B)326.77º61.9%41.18%-
XYZ7.895.047.4-
YUV63.54135.03157.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=47.51%
G=18.10%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105407600.620.280.59326.7744.8328.43
Hex69284C03E1C3B1472d1c
Octal1515011407634735075534
Binary1101001101000100110001111101110011101110100011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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