Html Css Color HEX #6D144F Pompadour

📋 copy color: '#6D144F'

red 109 ◦ green 20 ◦ blue 79

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

Shades of Pompadour #6D144F

Tints of Pompadour #6D144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.62%

 BLUE value IS 79 (31.25% from 255) = 37.98%

R = 52.4%
G = 9.62%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D144F (or 0x6D144F) is known color: Pompadour. HEX triplet: 6D, 14 and 4F. RGB value is (109,20,79). Sum of RGB (Red+Green+Blue) = 109+20+79=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D144F is #92EBB0. Grayscale: #353535. Windows color (decimal): -9628593 or 5182573. OLE color: 5182573.

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

Color convert

RGB 109 20 79 -
CMYK 0 0.82 0.28 0.57
HSL 320.22º 0.69% 0.25% -
HSV(B) 320.22º 0.82% 0.43% -
XYZ 7.97 4.32 7.81 -
YUV 53.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 109 20 79 0 0.82 0.28 0.57 320.22 0.69 0.25
Hex 6D 14 4F 0 52 1C 39 140 45 19
Octal 155 24 117 0 122 34 71 500 105 31
Binary 1101101 10100 1001111 0 1010010 11100 111001 101000000 1000101 11001

Color Harmonies of #6D144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D144F

Black with #6D144F

Text Example


Text Example

White with #6D144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,20,79); }

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

background-color css

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

 a { background-color: rgb(109,20,79); }

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

border-color css

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

 span { border-color: rgb(109,20,79); }

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