#6F1251

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

Shades of Pompadour #6F1251

Tints of Pompadour #6F1251

Color information

#6F1251 (or 0x6F1251) is unknown color: approx Pompadour. HEX triplet: 6F, 12 and 51. RGB value is (111,18,81). Sum of RGB (Red+Green+Blue) = 111+18+81=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1251 is #90EDAE. Grayscale: #343434. Windows color (decimal): -9498031 or 5313135. OLE color: 5313135.

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

Color convert

RGB1111881-
CMYK00.840.270.56
HSL319.35º72.09%25.29%-
HSV(B)319.35º83.78%43.53%-
XYZ8.264.418.2-
YUV52.99143.81169.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=52.86%
G=8.57%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111188100.840.270.56319.3572.0925.29
Hex6F12510541B3813f4819
Octal157221210124337047711031
Binary11011111001010100010101010011011111000100111111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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