#6D1046

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

Shades of Pompadour #6D1046

Tints of Pompadour #6D1046

Color information

#6D1046 (or 0x6D1046) is unknown color: approx Pompadour. HEX triplet: 6D, 10 and 46. RGB value is (109,16,70). Sum of RGB (Red+Green+Blue) = 109+16+70=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1046 is #92EFB9. Grayscale: #313131. Windows color (decimal): -9629626 or 4591725. OLE color: 4591725.

HSL color Cylindrical-coordinate representation of color #6D1046: hue angle of 325.16º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1046 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB1091670-
CMYK00.850.360.57
HSL325.16º74.4%24.51%-
HSV(B)325.16º85.32%42.75%-
XYZ7.64.066.18-
YUV49.96139.31170.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.90%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=55.90%
G=8.21%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109167000.850.360.57325.1674.424.51
Hex6D104605524391454a19
Octal155201060125447150511231
Binary110110110000100011001010101100100111001101000101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,16,70); }

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

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

 a { background-color: rgb(109,16,70); }

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

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

 span { border-color: rgb(109,16,70); }

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