#6D1850

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

Shades of Pompadour #6D1850

Tints of Pompadour #6D1850

Color information

#6D1850 (or 0x6D1850) is unknown color: approx Pompadour. HEX triplet: 6D, 18 and 50. RGB value is (109,24,80). Sum of RGB (Red+Green+Blue) = 109+24+80=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1850 is #92E7AF. Grayscale: #373737. Windows color (decimal): -9627568 or 5249133. OLE color: 5249133.

HSL color Cylindrical-coordinate representation of color #6D1850: hue angle of 320.47º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D1850 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB1092480-
CMYK00.780.270.57
HSL320.47º63.91%26.08%-
HSV(B)320.47º77.98%42.75%-
XYZ8.084.488.03-
YUV55.8141.66165.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.17%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=51.17%
G=11.27%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109248000.780.270.57320.4763.9126.08
Hex6D185004E1B39140401a
Octal155301200116337150010032
Binary11011011100010100000100111011011111001101000000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,24,80); }

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

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

 a { background-color: rgb(109,24,80); }

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

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

 span { border-color: rgb(109,24,80); }

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