Html Css Color HEX #6D184F Pompadour

📋 copy color: '#6D184F'

red 109 ◦ green 24 ◦ blue 79

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

Shades of Pompadour #6D184F

Tints of Pompadour #6D184F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.32%

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

R = 51.42%
G = 11.32%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D184F (or 0x6D184F) is known color: Pompadour. HEX triplet: 6D, 18 and 4F. RGB value is (109,24,79). Sum of RGB (Red+Green+Blue) = 109+24+79=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D184F is #92E7B0. Grayscale: #373737. Windows color (decimal): -9627569 or 5183597. OLE color: 5183597.

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

Color convert

RGB 109 24 79 -
CMYK 0 0.78 0.28 0.57
HSL 321.18º 0.64% 0.26% -
HSV(B) 321.18º 0.78% 0.43% -
XYZ 8.04 4.47 7.84 -
YUV 55.69 141.16 166.03 -
System Red Green Blue C M Y K H S L
Decimal 109 24 79 0 0.78 0.28 0.57 321.18 0.64 0.26
Hex 6D 18 4F 0 4E 1C 39 141 40 1A
Octal 155 30 117 0 116 34 71 501 100 32
Binary 1101101 11000 1001111 0 1001110 11100 111001 101000001 1000000 11010

Color Harmonies of #6D184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D184F

Black with #6D184F

Text Example


Text Example

White with #6D184F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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