Html Css Color HEX #6D1C48 Pompadour

📋 copy color: '#6D1C48'

red 109 ◦ green 28 ◦ blue 72

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

Shades of Pompadour #6D1C48

Tints of Pompadour #6D1C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.4%

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

R = 52.15%
G = 13.4%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D1C48 (or 0x6D1C48) is known color: Pompadour. HEX triplet: 6D, 1C and 48. RGB value is (109,28,72). Sum of RGB (Red+Green+Blue) = 109+28+72=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1C48 is #92E3B7. Grayscale: #393939. Windows color (decimal): -9626552 or 4725869. OLE color: 4725869.

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

Color convert

RGB 109 28 72 -
CMYK 0 0.74 0.34 0.57
HSL 327.41º 0.59% 0.27% -
HSV(B) 327.41º 0.74% 0.43% -
XYZ 7.89 4.55 6.59 -
YUV 57.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 109 28 72 0 0.74 0.34 0.57 327.41 0.59 0.27
Hex 6D 1C 48 0 4A 22 39 147 3B 1B
Octal 155 34 110 0 112 42 71 507 73 33
Binary 1101101 11100 1001000 0 1001010 100010 111001 101000111 111011 11011

Color Harmonies of #6D1C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1C48

Black with #6D1C48

Text Example


Text Example

White with #6D1C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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