Html Css Color HEX #6F1949 Pompadour

📋 copy color: '#6F1949'

red 111 ◦ green 25 ◦ blue 73

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

Shades of Pompadour #6F1949

Tints of Pompadour #6F1949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

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

R = 53.11%
G = 11.96%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F1949 (or 0x6F1949) is known color: Pompadour. HEX triplet: 6F, 19 and 49. RGB value is (111,25,73). Sum of RGB (Red+Green+Blue) = 111+25+73=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1949 is #90E6B6. Grayscale: #383838. Windows color (decimal): -9496247 or 4790639. OLE color: 4790639.

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

Color convert

RGB 111 25 73 -
CMYK 0 0.77 0.34 0.56
HSL 326.51º 0.63% 0.27% -
HSV(B) 326.51º 0.77% 0.44% -
XYZ 8.11 4.56 6.76 -
YUV 56.19 137.49 167.1 -
System Red Green Blue C M Y K H S L
Decimal 111 25 73 0 0.77 0.34 0.56 326.51 0.63 0.27
Hex 6F 19 49 0 4D 22 38 147 3F 1B
Octal 157 31 111 0 115 42 70 507 77 33
Binary 1101111 11001 1001001 0 1001101 100010 111000 101000111 111111 11011

Color Harmonies of #6F1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1949

Black with #6F1949

Text Example


Text Example

White with #6F1949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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