#6F1441

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

Shades of Pompadour #6F1441

Tints of Pompadour #6F1441

Color information

#6F1441 (or 0x6F1441) is unknown color: approx Pompadour. HEX triplet: 6F, 14 and 41. RGB value is (111,20,65). Sum of RGB (Red+Green+Blue) = 111+20+65=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1441 is #90EBBE. Grayscale: #343434. Windows color (decimal): -9497535 or 4265071. OLE color: 4265071.

HSL color Cylindrical-coordinate representation of color #6F1441: hue angle of 330.33º 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 #6F1441 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1112065-
CMYK00.820.410.56
HSL330.33º69.47%25.69%-
HSV(B)330.33º81.98%43.53%-
XYZ7.764.265.41-
YUV52.34135.15169.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.63%
GREEN value IS 20 (8.20% from 255) = 10.20%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=56.63%
G=10.20%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111206500.820.410.56330.3369.4725.69
Hex6F1441052293814a451a
Octal157241010122517051210532
Binary110111110100100000101010010101001111000101001010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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