#6F1D42

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

Shades of Pompadour #6F1D42

Tints of Pompadour #6F1D42

Color information

#6F1D42 (or 0x6F1D42) is unknown color: approx Pompadour. HEX triplet: 6F, 1D and 42. RGB value is (111,29,66). Sum of RGB (Red+Green+Blue) = 111+29+66=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1D42 is #90E2BD. Grayscale: #393939. Windows color (decimal): -9495230 or 4332911. OLE color: 4332911.

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

Color convert

RGB1112966-
CMYK00.740.410.56
HSL332.93º58.57%27.45%-
HSV(B)332.93º73.87%43.53%-
XYZ7.984.655.63-
YUV57.74132.67165.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.88%
GREEN value IS 29 (11.72% from 255) = 14.08%
BLUE value IS 66 (26.17% from 255) = 32.04%
R=53.88%
G=14.08%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111296600.740.410.56332.9358.5727.45
Hex6F1D4204A293814d3b1b
Octal15735102011251705157333
Binary11011111110110000100100101010100111100010100110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,29,66); }

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

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

 a { background-color: rgb(111,29,66); }

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

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

 span { border-color: rgb(111,29,66); }

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