#6D1540

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

Shades of Pompadour #6D1540

Tints of Pompadour #6D1540

Color information

#6D1540 (or 0x6D1540) is unknown color: approx Pompadour. HEX triplet: 6D, 15 and 40. RGB value is (109,21,64). Sum of RGB (Red+Green+Blue) = 109+21+64=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1540 is #92EABF. Grayscale: #343434. Windows color (decimal): -9628352 or 4199789. OLE color: 4199789.

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

Color convert

RGB1092164-
CMYK00.810.410.57
HSL330.68º67.69%25.49%-
HSV(B)330.68º80.73%42.75%-
XYZ7.54.165.26-
YUV52.21134.65168.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 56.19%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=56.19%
G=10.82%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109216400.810.410.57330.6867.6925.49
Hex6D1540051293914b4419
Octal155251000121517151310431
Binary110110110101100000001010001101001111001101001011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,21,64); }

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

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

 a { background-color: rgb(109,21,64); }

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

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

 span { border-color: rgb(109,21,64); }

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