#6F2743

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

Shades of Pompadour #6F2743

Tints of Pompadour #6F2743

Color information

#6F2743 (or 0x6F2743) is unknown color: approx Pompadour. HEX triplet: 6F, 27 and 43. RGB value is (111,39,67). Sum of RGB (Red+Green+Blue) = 111+39+67=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2743 is #90D8BC. Grayscale: #3F3F3F. Windows color (decimal): -9492669 or 4401007. OLE color: 4401007.

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

Color convert

RGB1113967-
CMYK00.650.400.56
HSL336.67º48%29.41%-
HSV(B)336.67º64.86%43.53%-
XYZ8.295.245.88-
YUV63.72129.85161.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.15%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 67 (26.56% from 255) = 30.88%
R=51.15%
G=17.97%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111396700.650.400.56336.674829.41
Hex6F27430412838151301d
Octal15747103010150705216035
Binary110111110011110000110100000110100011100010101000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,39,67); }

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

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

 a { background-color: rgb(111,39,67); }

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

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

 span { border-color: rgb(111,39,67); }

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