Html Css Color HEX #6D1748 Pompadour

📋 copy color: '#6D1748'

red 109 ◦ green 23 ◦ blue 72

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

Shades of Pompadour #6D1748

Tints of Pompadour #6D1748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

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

R = 53.43%
G = 11.27%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D1748 (or 0x6D1748) is known color: Pompadour. HEX triplet: 6D, 17 and 48. RGB value is (109,23,72). Sum of RGB (Red+Green+Blue) = 109+23+72=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1748 is #92E8B7. Grayscale: #363636. Windows color (decimal): -9627832 or 4724589. OLE color: 4724589.

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

Color convert

RGB 109 23 72 -
CMYK 0 0.79 0.34 0.57
HSL 325.81º 0.65% 0.26% -
HSV(B) 325.81º 0.79% 0.43% -
XYZ 7.78 4.33 6.56 -
YUV 54.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 109 23 72 0 0.79 0.34 0.57 325.81 0.65 0.26
Hex 6D 17 48 0 4F 22 39 146 41 1A
Octal 155 27 110 0 117 42 71 506 101 32
Binary 1101101 10111 1001000 0 1001111 100010 111001 101000110 1000001 11010

Color Harmonies of #6D1748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1748

Black with #6D1748

Text Example


Text Example

White with #6D1748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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