Html Css Color HEX #6D2249 Pompadour

📋 copy color: '#6D2249'

red 109 ◦ green 34 ◦ blue 73

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

Shades of Pompadour #6D2249

Tints of Pompadour #6D2249

RGB

 RED value IS 109 (42.97% from 255) = 50.46%

 GREEN value IS 34 (13.67% from 255) = 15.74%

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

R = 50.46%
G = 15.74%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6D2249 (or 0x6D2249) is known color: Pompadour. HEX triplet: 6D, 22 and 49. RGB value is (109,34,73). Sum of RGB (Red+Green+Blue) = 109+34+73=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2249 is #92DDB6. Grayscale: #3C3C3C. Windows color (decimal): -9625015 or 4792941. OLE color: 4792941.

HSL color Cylindrical-coordinate representation of color #6D2249: hue angle of 328.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D2249 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 34 73 -
CMYK 0 0.69 0.33 0.57
HSL 328.8º 0.52% 0.28% -
HSV(B) 328.8º 0.69% 0.43% -
XYZ 8.08 4.88 6.82 -
YUV 60.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 109 34 73 0 0.69 0.33 0.57 328.8 0.52 0.28
Hex 6D 22 49 0 45 21 39 149 34 1C
Octal 155 42 111 0 105 41 71 511 64 34
Binary 1101101 100010 1001001 0 1000101 100001 111001 101001001 110100 11100

Color Harmonies of #6D2249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2249

Black with #6D2249

Text Example


Text Example

White with #6D2249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,34,73); }

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

background-color css

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

 a { background-color: rgb(109,34,73); }

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

border-color css

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

 span { border-color: rgb(109,34,73); }

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