#6F1840

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

Shades of Pompadour #6F1840

Tints of Pompadour #6F1840

Color information

#6F1840 (or 0x6F1840) is unknown color: approx Pompadour. HEX triplet: 6F, 18 and 40. RGB value is (111,24,64). Sum of RGB (Red+Green+Blue) = 111+24+64=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1840 is #90E7BF. Grayscale: #363636. Windows color (decimal): -9496512 or 4200559. OLE color: 4200559.

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

Color convert

RGB1112464-
CMYK00.780.420.56
HSL332.41º64.44%26.47%-
HSV(B)332.41º78.38%43.53%-
XYZ7.814.45.29-
YUV54.57133.32168.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=55.78%
G=12.06%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111246400.780.420.56332.4164.4426.47
Hex6F184004E2A3814c401a
Octal157301000116527051410032
Binary110111111000100000001001110101010111000101001100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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