Html Css Color HEX #6D2248 Pompadour

📋 copy color: '#6D2248'

red 109 ◦ green 34 ◦ blue 72

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

Shades of Pompadour #6D2248

Tints of Pompadour #6D2248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

 BLUE value IS 72 (28.52% from 255) = 33.49%

R = 50.7%
G = 15.81%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D2248 (or 0x6D2248) is known color: Pompadour. HEX triplet: 6D, 22 and 48. RGB value is (109,34,72). Sum of RGB (Red+Green+Blue) = 109+34+72=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2248 is #92DDB7. Grayscale: #3C3C3C. Windows color (decimal): -9625016 or 4727405. OLE color: 4727405.

HSL color Cylindrical-coordinate representation of color #6D2248: hue angle of 329.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D2248 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 34 72 -
CMYK 0 0.69 0.34 0.57
HSL 329.6º 0.52% 0.28% -
HSV(B) 329.6º 0.69% 0.43% -
XYZ 8.05 4.86 6.65 -
YUV 60.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 109 34 72 0 0.69 0.34 0.57 329.6 0.52 0.28
Hex 6D 22 48 0 45 22 39 14A 34 1C
Octal 155 42 110 0 105 42 71 512 64 34
Binary 1101101 100010 1001000 0 1000101 100010 111001 101001010 110100 11100

Color Harmonies of #6D2248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2248

Black with #6D2248

Text Example


Text Example

White with #6D2248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,34,72); }

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

background-color css

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

 a { background-color: rgb(109,34,72); }

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

border-color css

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

 span { border-color: rgb(109,34,72); }

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