#69224F

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

Shades of Pompadour #69224F

Tints of Pompadour #69224F

Color information

#69224F (or 0x69224F) is unknown color: approx Pompadour. HEX triplet: 69, 22 and 4F. RGB value is (105,34,79). Sum of RGB (Red+Green+Blue) = 105+34+79=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #69224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69224F is #96DDB0. Grayscale: #3C3C3C. Windows color (decimal): -9887153 or 5186153. OLE color: 5186153.

HSL color Cylindrical-coordinate representation of color #69224F: hue angle of 321.97º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69224F is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1053479-
CMYK00.680.250.59
HSL321.97º51.08%27.25%-
HSV(B)321.97º67.62%41.18%-
XYZ7.814.717.9-
YUV60.36138.52159.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=48.17%
G=15.60%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105347900.680.250.59321.9751.0827.25
Hex69224F044193B142331b
Octal15142117010431735026333
Binary11010011000101001111010001001100111101110100001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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