Html Css Color HEX #7D194A Pompadour

📋 copy color: '#7D194A'

red 125 ◦ green 25 ◦ blue 74

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

Shades of Pompadour #7D194A

Tints of Pompadour #7D194A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.16%

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 55.8%
G = 11.16%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7D194A (or 0x7D194A) is known color: Pompadour. HEX triplet: 7D, 19 and 4A. RGB value is (125,25,74). Sum of RGB (Red+Green+Blue) = 125+25+74=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D194A is #82E6B5. Grayscale: #3C3C3C. Windows color (decimal): -8578742 or 4856189. OLE color: 4856189.

HSL color Cylindrical-coordinate representation of color #7D194A: hue angle of 330.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D194A is Cyan = 0, Magento = 0.8, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 25 74 -
CMYK 0 0.8 0.41 0.51
HSL 330.6º 0.67% 0.29% -
HSV(B) 330.6º 0.8% 0.49% -
XYZ 10.04 5.55 7.02 -
YUV 60.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 125 25 74 0 0.8 0.41 0.51 330.6 0.67 0.29
Hex 7D 19 4A 0 50 29 33 14B 43 1D
Octal 175 31 112 0 120 51 63 513 103 35
Binary 1111101 11001 1001010 0 1010000 101001 110011 101001011 1000011 11101

Color Harmonies of #7D194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D194A

Black with #7D194A

Text Example


Text Example

White with #7D194A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,25,74); }

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

background-color css

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

 a { background-color: rgb(125,25,74); }

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

border-color css

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

 span { border-color: rgb(125,25,74); }

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