Html Css Color HEX #6D2547 Pompadour

📋 copy color: '#6D2547'

red 109 ◦ green 37 ◦ blue 71

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

Shades of Pompadour #6D2547

Tints of Pompadour #6D2547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.72%

R = 50.23%
G = 17.05%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6D2547 (or 0x6D2547) is known color: Pompadour. HEX triplet: 6D, 25 and 47. RGB value is (109,37,71). Sum of RGB (Red+Green+Blue) = 109+37+71=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2547 is #92DAB8. Grayscale: #3E3E3E. Windows color (decimal): -9624249 or 4662637. OLE color: 4662637.

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

Color convert

RGB 109 37 71 -
CMYK 0 0.66 0.35 0.57
HSL 331.67º 0.49% 0.29% -
HSV(B) 331.67º 0.66% 0.43% -
XYZ 8.11 5.03 6.5 -
YUV 62.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 109 37 71 0 0.66 0.35 0.57 331.67 0.49 0.29
Hex 6D 25 47 0 42 23 39 14C 31 1D
Octal 155 45 107 0 102 43 71 514 61 35
Binary 1101101 100101 1000111 0 1000010 100011 111001 101001100 110001 11101

Color Harmonies of #6D2547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2547

Black with #6D2547

Text Example


Text Example

White with #6D2547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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