#6D2A4F

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

Shades of Pompadour #6D2A4F

Tints of Pompadour #6D2A4F

Color information

#6D2A4F (or 0x6D2A4F) is unknown color: approx Pompadour. HEX triplet: 6D, 2A and 4F. RGB value is (109,42,79). Sum of RGB (Red+Green+Blue) = 109+42+79=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2A4F is #92D5B0. Grayscale: #424242. Windows color (decimal): -9622961 or 5188205. OLE color: 5188205.

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

Color convert

RGB1094279-
CMYK00.610.280.57
HSL326.87º44.37%29.61%-
HSV(B)326.87º61.47%42.75%-
XYZ8.555.478-
YUV66.25135.2158.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.39%
GREEN value IS 42 (16.80% from 255) = 18.26%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=47.39%
G=18.26%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109427900.610.280.57326.8744.3729.61
Hex6D2A4F03D1C391472c1e
Octal1555211707534715075436
Binary1101101101010100111101111011110011100110100011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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