Html Css Color HEX #7D194C Pompadour

📋 copy color: '#7D194C'

red 125 ◦ green 25 ◦ blue 76

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

Shades of Pompadour #7D194C

Tints of Pompadour #7D194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.63%

R = 55.31%
G = 11.06%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7D194C (or 0x7D194C) is known color: Pompadour. HEX triplet: 7D, 19 and 4C. RGB value is (125,25,76). Sum of RGB (Red+Green+Blue) = 125+25+76=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D194C is #82E6B3. Grayscale: #3C3C3C. Windows color (decimal): -8578740 or 4987261. OLE color: 4987261.

HSL color Cylindrical-coordinate representation of color #7D194C: hue angle of 329.4º 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 #7D194C is Cyan = 0, Magento = 0.8, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 25 76 -
CMYK 0 0.8 0.39 0.51
HSL 329.4º 0.67% 0.29% -
HSV(B) 329.4º 0.8% 0.49% -
XYZ 10.11 5.58 7.38 -
YUV 60.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 125 25 76 0 0.8 0.39 0.51 329.4 0.67 0.29
Hex 7D 19 4C 0 50 27 33 149 43 1D
Octal 175 31 114 0 120 47 63 511 103 35
Binary 1111101 11001 1001100 0 1010000 100111 110011 101001001 1000011 11101

Color Harmonies of #7D194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D194C

Black with #7D194C

Text Example


Text Example

White with #7D194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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