Html Css Color HEX #6D2141 Pompadour

📋 copy color: '#6D2141'

red 109 ◦ green 33 ◦ blue 65

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

Shades of Pompadour #6D2141

Tints of Pompadour #6D2141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.94%

 BLUE value IS 65 (25.78% from 255) = 31.4%

R = 52.66%
G = 15.94%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.57

RGB Variations

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

Color information

#6D2141 (or 0x6D2141) is known color: Pompadour. HEX triplet: 6D, 21 and 41. RGB value is (109,33,65). Sum of RGB (Red+Green+Blue) = 109+33+65=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2141 is #92DEBE. Grayscale: #3B3B3B. Windows color (decimal): -9625279 or 4268397. OLE color: 4268397.

HSL color Cylindrical-coordinate representation of color #6D2141: hue angle of 334.74º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D2141 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 33 65 -
CMYK 0 0.70 0.40 0.57
HSL 334.74º 0.54% 0.28% -
HSV(B) 334.74º 0.7% 0.43% -
XYZ 7.8 4.72 5.5 -
YUV 59.37 131.18 163.4 -
System Red Green Blue C M Y K H S L
Decimal 109 33 65 0 0.70 0.40 0.57 334.74 0.54 0.28
Hex 6D 21 41 0 46 28 39 14F 36 1C
Octal 155 41 101 0 106 50 71 517 66 34
Binary 1101101 100001 1000001 0 1000110 101000 111001 101001111 110110 11100

Color Harmonies of #6D2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2141

Black with #6D2141

Text Example


Text Example

White with #6D2141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,33,65); }

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

background-color css

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

 a { background-color: rgb(109,33,65); }

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

border-color css

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

 span { border-color: rgb(109,33,65); }

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