#6F1140

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

Shades of Pompadour #6F1140

Tints of Pompadour #6F1140

Color information

#6F1140 (or 0x6F1140) is unknown color: approx Pompadour. HEX triplet: 6F, 11 and 40. RGB value is (111,17,64). Sum of RGB (Red+Green+Blue) = 111+17+64=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1140 is #90EEBF. Grayscale: #323232. Windows color (decimal): -9498304 or 4198767. OLE color: 4198767.

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

Color convert

RGB1111764-
CMYK00.850.420.56
HSL330º73.44%25.1%-
HSV(B)330º84.68%43.53%-
XYZ7.684.155.25-
YUV50.46135.64171.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.81%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=57.81%
G=8.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111176400.850.420.5633073.4425.1
Hex6F11400552A3814a4919
Octal157211000125527051211131
Binary110111110001100000001010101101010111000101001010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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