Html Css Color HEX #6D1E47 Pompadour

📋 copy color: '#6D1E47'

red 109 ◦ green 30 ◦ blue 71

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

Shades of Pompadour #6D1E47

Tints of Pompadour #6D1E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.29%

 BLUE value IS 71 (28.13% from 255) = 33.81%

R = 51.9%
G = 14.29%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6D1E47 (or 0x6D1E47) is known color: Pompadour. HEX triplet: 6D, 1E and 47. RGB value is (109,30,71). Sum of RGB (Red+Green+Blue) = 109+30+71=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1E47 is #92E1B8. Grayscale: #3A3A3A. Windows color (decimal): -9626041 or 4660845. OLE color: 4660845.

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

Color convert

RGB 109 30 71 -
CMYK 0 0.72 0.35 0.57
HSL 328.86º 0.57% 0.27% -
HSV(B) 328.86º 0.72% 0.43% -
XYZ 7.91 4.63 6.44 -
YUV 58.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 109 30 71 0 0.72 0.35 0.57 328.86 0.57 0.27
Hex 6D 1E 47 0 48 23 39 149 39 1B
Octal 155 36 107 0 110 43 71 511 71 33
Binary 1101101 11110 1000111 0 1001000 100011 111001 101001001 111001 11011

Color Harmonies of #6D1E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1E47

Black with #6D1E47

Text Example


Text Example

White with #6D1E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,30,71); }

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

background-color css

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

 a { background-color: rgb(109,30,71); }

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

border-color css

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

 span { border-color: rgb(109,30,71); }

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