Html Css Color HEX #7D1044 Pompadour

📋 copy color: '#7D1044'

red 125 ◦ green 16 ◦ blue 68

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

Shades of Pompadour #7D1044

Tints of Pompadour #7D1044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.66%

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

R = 59.81%
G = 7.66%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7D1044 (or 0x7D1044) is known color: Pompadour. HEX triplet: 7D, 10 and 44. RGB value is (125,16,68). Sum of RGB (Red+Green+Blue) = 125+16+68=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1044 is #82EFBB. Grayscale: #363636. Windows color (decimal): -8581052 or 4460669. OLE color: 4460669.

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

Color convert

RGB 125 16 68 -
CMYK 0 0.87 0.46 0.51
HSL 331.38º 0.77% 0.28% -
HSV(B) 331.38º 0.87% 0.49% -
XYZ 9.69 5.15 5.95 -
YUV 54.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 125 16 68 0 0.87 0.46 0.51 331.38 0.77 0.28
Hex 7D 10 44 0 57 2E 33 14B 4D 1C
Octal 175 20 104 0 127 56 63 513 115 34
Binary 1111101 10000 1000100 0 1010111 101110 110011 101001011 1001101 11100

Color Harmonies of #7D1044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1044

Black with #7D1044

Text Example


Text Example

White with #7D1044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,16,68); }

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

background-color css

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

 a { background-color: rgb(125,16,68); }

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

border-color css

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

 span { border-color: rgb(125,16,68); }

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