Html Css Color HEX #6D1E4D Pompadour

📋 copy color: '#6D1E4D'

red 109 ◦ green 30 ◦ blue 77

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

Shades of Pompadour #6D1E4D

Tints of Pompadour #6D1E4D

RGB

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

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

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

R = 50.46%
G = 13.89%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#6D1E4D (or 0x6D1E4D) is known color: Pompadour. HEX triplet: 6D, 1E and 4D. RGB value is (109,30,77). Sum of RGB (Red+Green+Blue) = 109+30+77=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E4D is #92E1B2. Grayscale: #3A3A3A. Windows color (decimal): -9626035 or 5054061. OLE color: 5054061.

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

Color convert

RGB 109 30 77 -
CMYK 0 0.72 0.29 0.57
HSL 324.3º 0.57% 0.27% -
HSV(B) 324.3º 0.72% 0.43% -
XYZ 8.11 4.72 7.5 -
YUV 58.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 109 30 77 0 0.72 0.29 0.57 324.3 0.57 0.27
Hex 6D 1E 4D 0 48 1D 39 144 39 1B
Octal 155 36 115 0 110 35 71 504 71 33
Binary 1101101 11110 1001101 0 1001000 11101 111001 101000100 111001 11011

Color Harmonies of #6D1E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1E4D

Black with #6D1E4D

Text Example


Text Example

White with #6D1E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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