Html Css Color HEX #7D0D49 Pompadour

📋 copy color: '#7D0D49'

red 125 ◦ green 13 ◦ blue 73

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

Shades of Pompadour #7D0D49

Tints of Pompadour #7D0D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.16%

 BLUE value IS 73 (28.91% from 255) = 34.6%

R = 59.24%
G = 6.16%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7D0D49 (or 0x7D0D49) is known color: Pompadour. HEX triplet: 7D, 0D and 49. RGB value is (125,13,73). Sum of RGB (Red+Green+Blue) = 125+13+73=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0D49 is #82F2B6. Grayscale: #353535. Windows color (decimal): -8581815 or 4787581. OLE color: 4787581.

HSL color Cylindrical-coordinate representation of color #7D0D49: hue angle of 327.86º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0D49 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 13 73 -
CMYK 0 0.90 0.42 0.51
HSL 327.86º 0.81% 0.27% -
HSV(B) 327.86º 0.9% 0.49% -
XYZ 9.8 5.13 6.78 -
YUV 53.33 139.11 179.12 -
System Red Green Blue C M Y K H S L
Decimal 125 13 73 0 0.90 0.42 0.51 327.86 0.81 0.27
Hex 7D D 49 0 5A 2A 33 148 51 1B
Octal 175 15 111 0 132 52 63 510 121 33
Binary 1111101 1101 1001001 0 1011010 101010 110011 101001000 1010001 11011

Color Harmonies of #7D0D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0D49

Black with #7D0D49

Text Example


Text Example

White with #7D0D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,13,73); }

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

background-color css

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

 a { background-color: rgb(125,13,73); }

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

border-color css

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

 span { border-color: rgb(125,13,73); }

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