Html Css Color HEX #7D1148 Pompadour

📋 copy color: '#7D1148'

red 125 ◦ green 17 ◦ blue 72

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

Shades of Pompadour #7D1148

Tints of Pompadour #7D1148

RGB

 RED value IS 125 (49.22% from 255) = 58.41%

 GREEN value IS 17 (7.03% from 255) = 7.94%

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

R = 58.41%
G = 7.94%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7D1148 (or 0x7D1148) is known color: Pompadour. HEX triplet: 7D, 11 and 48. RGB value is (125,17,72). Sum of RGB (Red+Green+Blue) = 125+17+72=214 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.41% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1148 is #82EEB7. Grayscale: #373737. Windows color (decimal): -8580792 or 4723069. OLE color: 4723069.

HSL color Cylindrical-coordinate representation of color #7D1148: hue angle of 329.44º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1148 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 17 72 -
CMYK 0 0.86 0.42 0.51
HSL 329.44º 0.76% 0.28% -
HSV(B) 329.44º 0.86% 0.49% -
XYZ 9.83 5.23 6.62 -
YUV 55.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 125 17 72 0 0.86 0.42 0.51 329.44 0.76 0.28
Hex 7D 11 48 0 56 2A 33 149 4C 1C
Octal 175 21 110 0 126 52 63 511 114 34
Binary 1111101 10001 1001000 0 1010110 101010 110011 101001001 1001100 11100

Color Harmonies of #7D1148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1148

Black with #7D1148

Text Example


Text Example

White with #7D1148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D1148; }

 p { color: rgb(125,17,72); }

 H1.HeaderClassName
 {
   color: #7D1148;
 }
 .AnyTagClassName
 {
   color: #7D1148;
 }
</style>

background-color css

<style>
 a { background-color: #7D1148; }

 a { background-color: rgb(125,17,72); }

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

border-color css

<style>
 span { border-color: #7D1148; }

 span { border-color: rgb(125,17,72); }

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