#6F294A

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

Shades of Pompadour #6F294A

Tints of Pompadour #6F294A

Color information

#6F294A (or 0x6F294A) is unknown color: approx Pompadour. HEX triplet: 6F, 29 and 4A. RGB value is (111,41,74). Sum of RGB (Red+Green+Blue) = 111+41+74=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F294A is #90D6B5. Grayscale: #414141. Windows color (decimal): -9492150 or 4860271. OLE color: 4860271.

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

Color convert

RGB1114174-
CMYK00.630.330.56
HSL331.71º46.05%29.8%-
HSV(B)331.71º63.06%43.53%-
XYZ8.585.467.08-
YUV65.69132.69160.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.12%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=49.12%
G=18.14%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111417400.630.330.56331.7146.0529.8
Hex6F294A03F213814c2e1e
Octal1575111207741705145636
Binary11011111010011001010011111110000111100010100110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,41,74); }

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

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

 a { background-color: rgb(111,41,74); }

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

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

 span { border-color: rgb(111,41,74); }

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