#6F1C40

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

Shades of Pompadour #6F1C40

Tints of Pompadour #6F1C40

Color information

#6F1C40 (or 0x6F1C40) is unknown color: approx Pompadour. HEX triplet: 6F, 1C and 40. RGB value is (111,28,64). Sum of RGB (Red+Green+Blue) = 111+28+64=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1C40 is #90E3BF. Grayscale: #383838. Windows color (decimal): -9495488 or 4201583. OLE color: 4201583.

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

Color convert

RGB1112864-
CMYK00.750.420.56
HSL333.98º59.71%27.25%-
HSV(B)333.98º74.77%43.53%-
XYZ7.94.585.32-
YUV56.92132166.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.68%
GREEN value IS 28 (11.33% from 255) = 13.79%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=54.68%
G=13.79%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111286400.750.420.56333.9859.7127.25
Hex6F1C4004B2A3814e3c1b
Octal15734100011352705167433
Binary11011111110010000000100101110101011100010100111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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