#6D2650

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

Shades of Pompadour #6D2650

Tints of Pompadour #6D2650

Color information

#6D2650 (or 0x6D2650) is unknown color: approx Pompadour. HEX triplet: 6D, 26 and 50. RGB value is (109,38,80). Sum of RGB (Red+Green+Blue) = 109+38+80=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2650 is #92D9AF. Grayscale: #3F3F3F. Windows color (decimal): -9623984 or 5252717. OLE color: 5252717.

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

Color convert

RGB1093880-
CMYK00.650.270.57
HSL324.51º48.3%28.82%-
HSV(B)324.51º65.14%42.75%-
XYZ8.455.228.15-
YUV64.02137.02160.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.02%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=48.02%
G=16.74%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109388000.650.270.57324.5148.328.82
Hex6D26500411B39145301d
Octal15546120010133715056035
Binary11011011001101010000010000011101111100110100010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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