Html Css Color HEX #6D124D Pompadour

📋 copy color: '#6D124D'

red 109 ◦ green 18 ◦ blue 77

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

Shades of Pompadour #6D124D

Tints of Pompadour #6D124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

 BLUE value IS 77 (30.47% from 255) = 37.75%

R = 53.43%
G = 8.82%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#6D124D (or 0x6D124D) is known color: Pompadour. HEX triplet: 6D, 12 and 4D. RGB value is (109,18,77). Sum of RGB (Red+Green+Blue) = 109+18+77=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D124D is #92EDB2. Grayscale: #333333. Windows color (decimal): -9629107 or 5050989. OLE color: 5050989.

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

Color convert

RGB 109 18 77 -
CMYK 0 0.83 0.29 0.57
HSL 321.1º 0.72% 0.25% -
HSV(B) 321.1º 0.83% 0.43% -
XYZ 7.86 4.22 7.42 -
YUV 51.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 109 18 77 0 0.83 0.29 0.57 321.1 0.72 0.25
Hex 6D 12 4D 0 53 1D 39 141 48 19
Octal 155 22 115 0 123 35 71 501 110 31
Binary 1101101 10010 1001101 0 1010011 11101 111001 101000001 1001000 11001

Color Harmonies of #6D124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D124D

Black with #6D124D

Text Example


Text Example

White with #6D124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,18,77); }

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

background-color css

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

 a { background-color: rgb(109,18,77); }

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

border-color css

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

 span { border-color: rgb(109,18,77); }

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