Html Css Color HEX #6D184A Pompadour

📋 copy color: '#6D184A'

red 109 ◦ green 24 ◦ blue 74

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

Shades of Pompadour #6D184A

Tints of Pompadour #6D184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.75%

R = 52.66%
G = 11.59%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6D184A (or 0x6D184A) is known color: Pompadour. HEX triplet: 6D, 18 and 4A. RGB value is (109,24,74). Sum of RGB (Red+Green+Blue) = 109+24+74=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D184A is #92E7B5. Grayscale: #373737. Windows color (decimal): -9627574 or 4855917. OLE color: 4855917.

HSL color Cylindrical-coordinate representation of color #6D184A: hue angle of 324.71º 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 #6D184A is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 24 74 -
CMYK 0 0.78 0.32 0.57
HSL 324.71º 0.64% 0.26% -
HSV(B) 324.71º 0.78% 0.43% -
XYZ 7.87 4.4 6.91 -
YUV 55.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 109 24 74 0 0.78 0.32 0.57 324.71 0.64 0.26
Hex 6D 18 4A 0 4E 20 39 145 40 1A
Octal 155 30 112 0 116 40 71 505 100 32
Binary 1101101 11000 1001010 0 1001110 100000 111001 101000101 1000000 11010

Color Harmonies of #6D184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D184A

Black with #6D184A

Text Example


Text Example

White with #6D184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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