Html Css Color HEX #6D1E4E Pompadour

📋 copy color: '#6D1E4E'

red 109 ◦ green 30 ◦ blue 78

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

Shades of Pompadour #6D1E4E

Tints of Pompadour #6D1E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.94%

R = 50.23%
G = 13.82%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D1E4E (or 0x6D1E4E) is known color: Pompadour. HEX triplet: 6D, 1E and 4E. RGB value is (109,30,78). Sum of RGB (Red+Green+Blue) = 109+30+78=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E4E is #92E1B1. Grayscale: #3A3A3A. Windows color (decimal): -9626034 or 5119597. OLE color: 5119597.

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

Color convert

RGB 109 30 78 -
CMYK 0 0.72 0.28 0.57
HSL 323.54º 0.57% 0.27% -
HSV(B) 323.54º 0.72% 0.43% -
XYZ 8.15 4.73 7.69 -
YUV 59.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 109 30 78 0 0.72 0.28 0.57 323.54 0.57 0.27
Hex 6D 1E 4E 0 48 1C 39 144 39 1B
Octal 155 36 116 0 110 34 71 504 71 33
Binary 1101101 11110 1001110 0 1001000 11100 111001 101000100 111001 11011

Color Harmonies of #6D1E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1E4E

Black with #6D1E4E

Text Example


Text Example

White with #6D1E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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