#6F1850

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

Shades of Pompadour #6F1850

Tints of Pompadour #6F1850

Color information

#6F1850 (or 0x6F1850) is unknown color: approx Pompadour. HEX triplet: 6F, 18 and 50. RGB value is (111,24,80). Sum of RGB (Red+Green+Blue) = 111+24+80=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1850 is #90E7AF. Grayscale: #383838. Windows color (decimal): -9496496 or 5249135. OLE color: 5249135.

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

Color convert

RGB1112480-
CMYK00.780.280.56
HSL321.38º64.44%26.47%-
HSV(B)321.38º78.38%43.53%-
XYZ8.334.618.04-
YUV56.4141.32166.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.63%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=51.63%
G=11.16%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111248000.780.280.56321.3864.4426.47
Hex6F185004E1C38141401a
Octal157301200116347050110032
Binary11011111100010100000100111011100111000101000001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,24,80); }

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

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

 a { background-color: rgb(111,24,80); }

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

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

 span { border-color: rgb(111,24,80); }

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