#6F2141

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

Shades of Pompadour #6F2141

Tints of Pompadour #6F2141

Color information

#6F2141 (or 0x6F2141) is unknown color: approx Pompadour. HEX triplet: 6F, 21 and 41. RGB value is (111,33,65). Sum of RGB (Red+Green+Blue) = 111+33+65=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2141 is #90DEBE. Grayscale: #3B3B3B. Windows color (decimal): -9494207 or 4268399. OLE color: 4268399.

HSL color Cylindrical-coordinate representation of color #6F2141: hue angle of 335.38º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2141 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1113365-
CMYK00.700.410.56
HSL335.38º54.17%28.24%-
HSV(B)335.38º70.27%43.53%-
XYZ8.054.855.51-
YUV59.97130.84164.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.11%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=53.11%
G=15.79%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111336500.700.410.56335.3854.1728.24
Hex6F2141046293814f361c
Octal15741101010651705176634
Binary110111110000110000010100011010100111100010100111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,33,65); }

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

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

 a { background-color: rgb(111,33,65); }

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

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

 span { border-color: rgb(111,33,65); }

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