Html Css Color HEX #6D2A49 Pompadour

📋 copy color: '#6D2A49'

red 109 ◦ green 42 ◦ blue 73

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

Shades of Pompadour #6D2A49

Tints of Pompadour #6D2A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.75%

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

R = 48.66%
G = 18.75%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6D2A49 (or 0x6D2A49) is known color: Pompadour. HEX triplet: 6D, 2A and 49. RGB value is (109,42,73). Sum of RGB (Red+Green+Blue) = 109+42+73=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2A49 is #92D5B6. Grayscale: #414141. Windows color (decimal): -9622967 or 4794989. OLE color: 4794989.

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

Color convert

RGB 109 42 73 -
CMYK 0 0.61 0.33 0.57
HSL 332.24º 0.44% 0.3% -
HSV(B) 332.24º 0.61% 0.43% -
XYZ 8.34 5.39 6.9 -
YUV 65.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 109 42 73 0 0.61 0.33 0.57 332.24 0.44 0.3
Hex 6D 2A 49 0 3D 21 39 14C 2C 1E
Octal 155 52 111 0 75 41 71 514 54 36
Binary 1101101 101010 1001001 0 111101 100001 111001 101001100 101100 11110

Color Harmonies of #6D2A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2A49

Black with #6D2A49

Text Example


Text Example

White with #6D2A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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