Html Css Color HEX #6D1C49 Pompadour

📋 copy color: '#6D1C49'

red 109 ◦ green 28 ◦ blue 73

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

Shades of Pompadour #6D1C49

Tints of Pompadour #6D1C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.33%

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

R = 51.9%
G = 13.33%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6D1C49 (or 0x6D1C49) is known color: Pompadour. HEX triplet: 6D, 1C and 49. RGB value is (109,28,73). Sum of RGB (Red+Green+Blue) = 109+28+73=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1C49 is #92E3B6. Grayscale: #393939. Windows color (decimal): -9626551 or 4791405. OLE color: 4791405.

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

Color convert

RGB 109 28 73 -
CMYK 0 0.74 0.33 0.57
HSL 326.67º 0.59% 0.27% -
HSV(B) 326.67º 0.74% 0.43% -
XYZ 7.92 4.56 6.77 -
YUV 57.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 109 28 73 0 0.74 0.33 0.57 326.67 0.59 0.27
Hex 6D 1C 49 0 4A 21 39 147 3B 1B
Octal 155 34 111 0 112 41 71 507 73 33
Binary 1101101 11100 1001001 0 1001010 100001 111001 101000111 111011 11011

Color Harmonies of #6D1C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1C49

Black with #6D1C49

Text Example


Text Example

White with #6D1C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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