#6D1243

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

Shades of Pompadour #6D1243

Tints of Pompadour #6D1243

Color information

#6D1243 (or 0x6D1243) is unknown color: approx Pompadour. HEX triplet: 6D, 12 and 43. RGB value is (109,18,67). Sum of RGB (Red+Green+Blue) = 109+18+67=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1243 is #92EDBC. Grayscale: #323232. Windows color (decimal): -9629117 or 4395629. OLE color: 4395629.

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

Color convert

RGB1091867-
CMYK00.830.390.57
HSL327.69º71.65%24.9%-
HSV(B)327.69º83.49%42.75%-
XYZ7.544.095.7-
YUV50.79137.15169.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 56.19%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=56.19%
G=9.28%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109186700.830.390.57327.6971.6524.9
Hex6D124305327391484819
Octal155221030123477151011031
Binary110110110010100001101010011100111111001101001000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,18,67); }

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

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

 a { background-color: rgb(109,18,67); }

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

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

 span { border-color: rgb(109,18,67); }

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