#6F2849

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

Shades of Pompadour #6F2849

Tints of Pompadour #6F2849

Color information

#6F2849 (or 0x6F2849) is unknown color: approx Pompadour. HEX triplet: 6F, 28 and 49. RGB value is (111,40,73). Sum of RGB (Red+Green+Blue) = 111+40+73=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2849 is #90D7B6. Grayscale: #404040. Windows color (decimal): -9492407 or 4794479. OLE color: 4794479.

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

Color convert

RGB1114073-
CMYK00.640.340.56
HSL332.11º47.02%29.61%-
HSV(B)332.11º63.96%43.53%-
XYZ8.525.386.89-
YUV64.99132.52160.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.55%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=49.55%
G=17.86%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111407300.640.340.56332.1147.0229.61
Hex6F2849040223814c2f1e
Octal15750111010042705145736
Binary110111110100010010010100000010001011100010100110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,40,73); }

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

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

 a { background-color: rgb(111,40,73); }

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

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

 span { border-color: rgb(111,40,73); }

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