#6F2851

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

Shades of Pompadour #6F2851

Tints of Pompadour #6F2851

Color information

#6F2851 (or 0x6F2851) is unknown color: approx Pompadour. HEX triplet: 6F, 28 and 51. RGB value is (111,40,81). Sum of RGB (Red+Green+Blue) = 111+40+81=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2851 is #90D7AE. Grayscale: #414141. Windows color (decimal): -9492399 or 5318767. OLE color: 5318767.

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

Color convert

RGB1114081-
CMYK00.640.270.56
HSL325.35º47.02%29.61%-
HSV(B)325.35º63.96%43.53%-
XYZ8.85.498.38-
YUV65.9136.52160.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.84%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=47.84%
G=17.24%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111408100.640.270.56325.3547.0229.61
Hex6F28510401B381452f1e
Octal15750121010033705055736
Binary11011111010001010001010000001101111100010100010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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