Html Css Color HEX #6D2544 Pompadour

📋 copy color: '#6D2544'

red 109 ◦ green 37 ◦ blue 68

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

Shades of Pompadour #6D2544

Tints of Pompadour #6D2544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

 BLUE value IS 68 (26.95% from 255) = 31.78%

R = 50.93%
G = 17.29%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#6D2544 (or 0x6D2544) is known color: Pompadour. HEX triplet: 6D, 25 and 44. RGB value is (109,37,68). Sum of RGB (Red+Green+Blue) = 109+37+68=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2544 is #92DABB. Grayscale: #3E3E3E. Windows color (decimal): -9624252 or 4466029. OLE color: 4466029.

HSL color Cylindrical-coordinate representation of color #6D2544: hue angle of 334.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D2544 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 37 68 -
CMYK 0 0.66 0.38 0.57
HSL 334.17º 0.49% 0.29% -
HSV(B) 334.17º 0.66% 0.43% -
XYZ 8.01 4.99 6.01 -
YUV 62.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 109 37 68 0 0.66 0.38 0.57 334.17 0.49 0.29
Hex 6D 25 44 0 42 26 39 14E 31 1D
Octal 155 45 104 0 102 46 71 516 61 35
Binary 1101101 100101 1000100 0 1000010 100110 111001 101001110 110001 11101

Color Harmonies of #6D2544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2544

Black with #6D2544

Text Example


Text Example

White with #6D2544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,37,68); }

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

background-color css

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

 a { background-color: rgb(109,37,68); }

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

border-color css

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

 span { border-color: rgb(109,37,68); }

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