#6F2951

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

Shades of Pompadour #6F2951

Tints of Pompadour #6F2951

Color information

#6F2951 (or 0x6F2951) is unknown color: approx Pompadour. HEX triplet: 6F, 29 and 51. RGB value is (111,41,81). Sum of RGB (Red+Green+Blue) = 111+41+81=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2951 is #90D6AE. Grayscale: #424242. Windows color (decimal): -9492143 or 5319023. OLE color: 5319023.

HSL color Cylindrical-coordinate representation of color #6F2951: hue angle of 325.71º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F2951 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1114181-
CMYK00.630.270.56
HSL325.71º46.05%29.8%-
HSV(B)325.71º63.06%43.53%-
XYZ8.835.568.39-
YUV66.49136.19159.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.64%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=47.64%
G=17.60%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111418100.630.270.56325.7146.0529.8
Hex6F295103F1B381462e1e
Octal1575112107733705065636
Binary1101111101001101000101111111101111100010100011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,41,81); }

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

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

 a { background-color: rgb(111,41,81); }

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

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

 span { border-color: rgb(111,41,81); }

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