#6F1E44

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

Shades of Pompadour #6F1E44

Tints of Pompadour #6F1E44

Color information

#6F1E44 (or 0x6F1E44) is unknown color: approx Pompadour. HEX triplet: 6F, 1E and 44. RGB value is (111,30,68). Sum of RGB (Red+Green+Blue) = 111+30+68=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E44 is #90E1BB. Grayscale: #3A3A3A. Windows color (decimal): -9494972 or 4464239. OLE color: 4464239.

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

Color convert

RGB1113068-
CMYK00.730.390.56
HSL331.85º57.45%27.65%-
HSV(B)331.85º72.97%43.53%-
XYZ8.064.735.96-
YUV58.55133.34165.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.11%
GREEN value IS 30 (12.11% from 255) = 14.35%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=53.11%
G=14.35%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111306800.730.390.56331.8557.4527.65
Hex6F1E44049273814c391c
Octal15736104011147705147134
Binary11011111111010001000100100110011111100010100110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,30,68); }

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

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

 a { background-color: rgb(111,30,68); }

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

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

 span { border-color: rgb(111,30,68); }

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