#6F1940

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

Shades of Pompadour #6F1940

Tints of Pompadour #6F1940

Color information

#6F1940 (or 0x6F1940) is unknown color: approx Pompadour. HEX triplet: 6F, 19 and 40. RGB value is (111,25,64). Sum of RGB (Red+Green+Blue) = 111+25+64=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1940 is #90E6BF. Grayscale: #373737. Windows color (decimal): -9496256 or 4200815. OLE color: 4200815.

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

Color convert

RGB1112564-
CMYK00.770.420.56
HSL332.79º63.24%26.67%-
HSV(B)332.79º77.48%43.53%-
XYZ7.834.445.3-
YUV55.16132.99167.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.5%
GREEN value IS 25 (10.16% from 255) = 12.5%
BLUE value IS 64 (25.39% from 255) = 32%
R=55.5%
G=12.5%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111256400.770.420.56332.7963.2426.67
Hex6F194004D2A3814d3f1b
Octal15731100011552705157733
Binary11011111100110000000100110110101011100010100110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,64); }

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

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

 a { background-color: rgb(111,25,64); }

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

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

 span { border-color: rgb(111,25,64); }

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