#6D224F

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

Shades of Pompadour #6D224F

Tints of Pompadour #6D224F

Color information

#6D224F (or 0x6D224F) is unknown color: approx Pompadour. HEX triplet: 6D, 22 and 4F. RGB value is (109,34,79). Sum of RGB (Red+Green+Blue) = 109+34+79=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D224F is #92DDB0. Grayscale: #3D3D3D. Windows color (decimal): -9625009 or 5186157. OLE color: 5186157.

HSL color Cylindrical-coordinate representation of color #6D224F: hue angle of 324º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D224F is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB1093479-
CMYK00.690.280.57
HSL324º52.45%28.04%-
HSV(B)324º68.81%42.75%-
XYZ8.294.967.92-
YUV61.56137.85161.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.10%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=49.10%
G=15.32%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109347900.690.280.5732452.4528.04
Hex6D224F0451C39144341c
Octal15542117010534715046434
Binary11011011000101001111010001011110011100110100010011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D224F; }

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

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

<style>
 a { background-color: #6D224F; }

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

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

<style>
 span { border-color: #6D224F; }

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

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