#6D1F47

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

Shades of Pompadour #6D1F47

Tints of Pompadour #6D1F47

Color information

#6D1F47 (or 0x6D1F47) is unknown color: approx Pompadour. HEX triplet: 6D, 1F and 47. RGB value is (109,31,71). Sum of RGB (Red+Green+Blue) = 109+31+71=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1F47 is #92E0B8. Grayscale: #3A3A3A. Windows color (decimal): -9625785 or 4661101. OLE color: 4661101.

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

Color convert

RGB1093171-
CMYK00.720.350.57
HSL329.23º55.71%27.45%-
HSV(B)329.23º71.56%42.75%-
XYZ7.934.696.45-
YUV58.88134.84163.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.66%
GREEN value IS 31 (12.5% from 255) = 14.69%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=51.66%
G=14.69%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109317100.720.350.57329.2355.7127.45
Hex6D1F470482339149381b
Octal15537107011043715117033
Binary11011011111110001110100100010001111100110100100111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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