#69284A

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

Shades of Pompadour #69284A

Tints of Pompadour #69284A

Color information

#69284A (or 0x69284A) is unknown color: approx Pompadour. HEX triplet: 69, 28 and 4A. RGB value is (105,40,74). Sum of RGB (Red+Green+Blue) = 105+40+74=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69284A is #96D7B5. Grayscale: #3F3F3F. Windows color (decimal): -9885622 or 4860009. OLE color: 4860009.

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

Color convert

RGB1054074-
CMYK00.620.300.59
HSL328.62º44.83%28.43%-
HSV(B)328.62º61.9%41.18%-
XYZ7.825.027.03-
YUV63.31134.03157.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=47.95%
G=18.26%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105407400.620.300.59328.6244.8328.43
Hex69284A03E1E3B1492d1c
Octal1515011207636735115534
Binary1101001101000100101001111101111011101110100100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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