#6F1440

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

Shades of Pompadour #6F1440

Tints of Pompadour #6F1440

Color information

#6F1440 (or 0x6F1440) is unknown color: approx Pompadour. HEX triplet: 6F, 14 and 40. RGB value is (111,20,64). Sum of RGB (Red+Green+Blue) = 111+20+64=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1440 is #90EBBF. Grayscale: #343434. Windows color (decimal): -9497536 or 4199535. OLE color: 4199535.

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

Color convert

RGB1112064-
CMYK00.820.420.56
HSL330.99º69.47%25.69%-
HSV(B)330.99º81.98%43.53%-
XYZ7.734.255.26-
YUV52.22134.65169.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=56.92%
G=10.26%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111206400.820.420.56330.9969.4725.69
Hex6F14400522A3814b451a
Octal157241000122527051310532
Binary110111110100100000001010010101010111000101001011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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