#6D1C47

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

Shades of Pompadour #6D1C47

Tints of Pompadour #6D1C47

Color information

#6D1C47 (or 0x6D1C47) is unknown color: approx Pompadour. HEX triplet: 6D, 1C and 47. RGB value is (109,28,71). Sum of RGB (Red+Green+Blue) = 109+28+71=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1C47 is #92E3B8. Grayscale: #393939. Windows color (decimal): -9626553 or 4660333. OLE color: 4660333.

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

Color convert

RGB1092871-
CMYK00.740.350.57
HSL328.15º59.12%26.86%-
HSV(B)328.15º74.31%42.75%-
XYZ7.864.546.42-
YUV57.12135.84165-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.40%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 71 (28.12% from 255) = 34.13%
R=52.40%
G=13.46%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109287100.740.350.57328.1559.1226.86
Hex6D1C4704A23391483b1b
Octal15534107011243715107333
Binary11011011110010001110100101010001111100110100100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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