Html Css Color HEX #6D2048 Pompadour

📋 copy color: '#6D2048'

red 109 ◦ green 32 ◦ blue 72

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

Shades of Pompadour #6D2048

Tints of Pompadour #6D2048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

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

R = 51.17%
G = 15.02%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D2048 (or 0x6D2048) is known color: Pompadour. HEX triplet: 6D, 20 and 48. RGB value is (109,32,72). Sum of RGB (Red+Green+Blue) = 109+32+72=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2048 is #92DFB7. Grayscale: #3B3B3B. Windows color (decimal): -9625528 or 4726893. OLE color: 4726893.

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

Color convert

RGB 109 32 72 -
CMYK 0 0.71 0.34 0.57
HSL 328.83º 0.55% 0.28% -
HSV(B) 328.83º 0.71% 0.43% -
XYZ 7.99 4.75 6.63 -
YUV 59.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 109 32 72 0 0.71 0.34 0.57 328.83 0.55 0.28
Hex 6D 20 48 0 47 22 39 149 37 1C
Octal 155 40 110 0 107 42 71 511 67 34
Binary 1101101 100000 1001000 0 1000111 100010 111001 101001001 110111 11100

Color Harmonies of #6D2048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2048

Black with #6D2048

Text Example


Text Example

White with #6D2048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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