#6D1852

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

Shades of Pompadour #6D1852

Tints of Pompadour #6D1852

Color information

#6D1852 (or 0x6D1852) is unknown color: approx Pompadour. HEX triplet: 6D, 18 and 52. RGB value is (109,24,82). Sum of RGB (Red+Green+Blue) = 109+24+82=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1852 is #92E7AD. Grayscale: #373737. Windows color (decimal): -9627566 or 5380205. OLE color: 5380205.

HSL color Cylindrical-coordinate representation of color #6D1852: hue angle of 319.06º 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 #6D1852 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB1092482-
CMYK00.780.250.57
HSL319.06º63.91%26.08%-
HSV(B)319.06º77.98%42.75%-
XYZ8.164.518.42-
YUV56.03142.66165.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.70%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=50.70%
G=11.16%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109248200.780.250.57319.0663.9126.08
Hex6D185204E193913f401a
Octal155301220116317147710032
Binary11011011100010100100100111011001111001100111111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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