#6D2547

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

Shades of Pompadour #6D2547

Tints of Pompadour #6D2547

Color information

#6D2547 (or 0x6D2547) is unknown color: approx Pompadour. HEX triplet: 6D, 25 and 47. RGB value is (109,37,71). Sum of RGB (Red+Green+Blue) = 109+37+71=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2547 is #92DAB8. Grayscale: #3E3E3E. Windows color (decimal): -9624249 or 4662637. OLE color: 4662637.

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

Color convert

RGB1093771-
CMYK00.660.350.57
HSL331.67º49.32%28.63%-
HSV(B)331.67º66.06%42.75%-
XYZ8.115.036.5-
YUV62.4132.85161.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.23%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 71 (28.12% from 255) = 32.72%
R=50.23%
G=17.05%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109377100.660.350.57331.6749.3228.63
Hex6D2547042233914c311d
Octal15545107010243715146135
Binary110110110010110001110100001010001111100110100110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,37,71); }

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

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

 a { background-color: rgb(109,37,71); }

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

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

 span { border-color: rgb(109,37,71); }

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