#6F1552

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

Shades of Pompadour #6F1552

Tints of Pompadour #6F1552

Color information

#6F1552 (or 0x6F1552) is unknown color: approx Pompadour. HEX triplet: 6F, 15 and 52. RGB value is (111,21,82). Sum of RGB (Red+Green+Blue) = 111+21+82=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1552 is #90EAAD. Grayscale: #363636. Windows color (decimal): -9497262 or 5379439. OLE color: 5379439.

HSL color Cylindrical-coordinate representation of color #6F1552: hue angle of 319.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1552 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1112182-
CMYK00.810.260.56
HSL319.33º68.18%25.88%-
HSV(B)319.33º81.08%43.53%-
XYZ8.354.538.42-
YUV54.86143.32168.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.87%
GREEN value IS 21 (8.59% from 255) = 9.81%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=51.87%
G=9.81%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111218200.810.260.56319.3368.1825.88
Hex6F15520511A3813f441a
Octal157251220121327047710432
Binary11011111010110100100101000111010111000100111111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,21,82); }

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

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

 a { background-color: rgb(111,21,82); }

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

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

 span { border-color: rgb(111,21,82); }

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