Html Css Color HEX #7C194C Pompadour

📋 copy color: '#7C194C'

red 124 ◦ green 25 ◦ blue 76

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

Shades of Pompadour #7C194C

Tints of Pompadour #7C194C

RGB

 RED value IS 124 (48.83% from 255) = 55.11%

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

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

R = 55.11%
G = 11.11%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C194C (or 0x7C194C) is known color: Pompadour. HEX triplet: 7C, 19 and 4C. RGB value is (124,25,76). Sum of RGB (Red+Green+Blue) = 124+25+76=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C194C is #83E6B3. Grayscale: #3C3C3C. Windows color (decimal): -8644276 or 4987260. OLE color: 4987260.

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

Color convert

RGB 124 25 76 -
CMYK 0 0.80 0.39 0.51
HSL 329.09º 0.66% 0.29% -
HSV(B) 329.09º 0.8% 0.49% -
XYZ 9.96 5.5 7.37 -
YUV 60.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 124 25 76 0 0.80 0.39 0.51 329.09 0.66 0.29
Hex 7C 19 4C 0 50 27 33 149 42 1D
Octal 174 31 114 0 120 47 63 511 102 35
Binary 1111100 11001 1001100 0 1010000 100111 110011 101001001 1000010 11101

Color Harmonies of #7C194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C194C

Black with #7C194C

Text Example


Text Example

White with #7C194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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