Html Css Color HEX #6F2949 Pompadour

📋 copy color: '#6F2949'

red 111 ◦ green 41 ◦ blue 73

#6F2949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #6F2949

Tints of Pompadour #6F2949

RGB

 RED value IS 111 (43.75% from 255) = 49.33%

 GREEN value IS 41 (16.41% from 255) = 18.22%

 BLUE value IS 73 (28.91% from 255) = 32.44%

R = 49.33%
G = 18.22%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F2949 (or 0x6F2949) is known color: Pompadour. HEX triplet: 6F, 29 and 49. RGB value is (111,41,73). Sum of RGB (Red+Green+Blue) = 111+41+73=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2949 is #90D6B6. Grayscale: #414141. Windows color (decimal): -9492151 or 4794735. OLE color: 4794735.

HSL color Cylindrical-coordinate representation of color #6F2949: hue angle of 332.57º 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 #6F2949 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 41 73 -
CMYK 0 0.63 0.34 0.56
HSL 332.57º 0.46% 0.3% -
HSV(B) 332.57º 0.63% 0.44% -
XYZ 8.55 5.45 6.9 -
YUV 65.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 111 41 73 0 0.63 0.34 0.56 332.57 0.46 0.3
Hex 6F 29 49 0 3F 22 38 14D 2E 1E
Octal 157 51 111 0 77 42 70 515 56 36
Binary 1101111 101001 1001001 0 111111 100010 111000 101001101 101110 11110

Color Harmonies of #6F2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2949

Black with #6F2949

Text Example


Text Example

White with #6F2949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F2949;
 }
 .AnyTagClassName
 {
   color: #6F2949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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