Html Css Color HEX #6D1244 Pompadour

📋 copy color: '#6D1244'

red 109 ◦ green 18 ◦ blue 68

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

Shades of Pompadour #6D1244

Tints of Pompadour #6D1244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

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

R = 55.9%
G = 9.23%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#6D1244 (or 0x6D1244) is known color: Pompadour. HEX triplet: 6D, 12 and 44. RGB value is (109,18,68). Sum of RGB (Red+Green+Blue) = 109+18+68=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1244 is #92EDBB. Grayscale: #323232. Windows color (decimal): -9629116 or 4461165. OLE color: 4461165.

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

Color convert

RGB 109 18 68 -
CMYK 0 0.83 0.38 0.57
HSL 327.03º 0.72% 0.25% -
HSV(B) 327.03º 0.83% 0.43% -
XYZ 7.57 4.1 5.86 -
YUV 50.91 137.65 169.43 -
System Red Green Blue C M Y K H S L
Decimal 109 18 68 0 0.83 0.38 0.57 327.03 0.72 0.25
Hex 6D 12 44 0 53 26 39 147 48 19
Octal 155 22 104 0 123 46 71 507 110 31
Binary 1101101 10010 1000100 0 1010011 100110 111001 101000111 1001000 11001

Color Harmonies of #6D1244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1244

Black with #6D1244

Text Example


Text Example

White with #6D1244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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