#6F1351

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

Shades of Pompadour #6F1351

Tints of Pompadour #6F1351

Color information

#6F1351 (or 0x6F1351) is unknown color: approx Pompadour. HEX triplet: 6F, 13 and 51. RGB value is (111,19,81). Sum of RGB (Red+Green+Blue) = 111+19+81=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1351 is #90ECAE. Grayscale: #353535. Windows color (decimal): -9497775 or 5313391. OLE color: 5313391.

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

Color convert

RGB1111981-
CMYK00.830.270.56
HSL319.57º70.77%25.49%-
HSV(B)319.57º82.88%43.53%-
XYZ8.274.448.21-
YUV53.58143.48168.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.61%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=52.61%
G=9.00%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111198100.830.270.56319.5770.7725.49
Hex6F13510531B381404719
Octal157231210123337050010731
Binary11011111001110100010101001111011111000101000000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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