Html Css Color HEX #6D2848 Pompadour

📋 copy color: '#6D2848'

red 109 ◦ green 40 ◦ blue 72

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

Shades of Pompadour #6D2848

Tints of Pompadour #6D2848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

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

R = 49.32%
G = 18.1%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D2848 (or 0x6D2848) is known color: Pompadour. HEX triplet: 6D, 28 and 48. RGB value is (109,40,72). Sum of RGB (Red+Green+Blue) = 109+40+72=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2848 is #92D7B7. Grayscale: #404040. Windows color (decimal): -9623480 or 4728941. OLE color: 4728941.

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

Color convert

RGB 109 40 72 -
CMYK 0 0.63 0.34 0.57
HSL 332.17º 0.46% 0.29% -
HSV(B) 332.17º 0.63% 0.43% -
XYZ 8.24 5.24 6.71 -
YUV 64.28 132.36 159.9 -
System Red Green Blue C M Y K H S L
Decimal 109 40 72 0 0.63 0.34 0.57 332.17 0.46 0.29
Hex 6D 28 48 0 3F 22 39 14C 2E 1D
Octal 155 50 110 0 77 42 71 514 56 35
Binary 1101101 101000 1001000 0 111111 100010 111001 101001100 101110 11101

Color Harmonies of #6D2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2848

Black with #6D2848

Text Example


Text Example

White with #6D2848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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