#6D2A50

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

Shades of Pompadour #6D2A50

Tints of Pompadour #6D2A50

Color information

#6D2A50 (or 0x6D2A50) is unknown color: approx Pompadour. HEX triplet: 6D, 2A and 50. RGB value is (109,42,80). Sum of RGB (Red+Green+Blue) = 109+42+80=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2A50 is #92D5AF. Grayscale: #424242. Windows color (decimal): -9622960 or 5253741. OLE color: 5253741.

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

Color convert

RGB1094280-
CMYK00.610.270.57
HSL325.97º44.37%29.61%-
HSV(B)325.97º61.47%42.75%-
XYZ8.585.498.2-
YUV66.37135.7158.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.19%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=47.19%
G=18.18%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109428000.610.270.57325.9744.3729.61
Hex6D2A5003D1B391462c1e
Octal1555212007533715065436
Binary1101101101010101000001111011101111100110100011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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