#7D194C

Color #7D194C Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #7D194C

Tints of Pompadour #7D194C

Color information

#7D194C (or 0x7D194C) is unknown color: approx 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

RGB1252576-
CMYK00.80.390.51
HSL329.4º66.67%29.41%-
HSV(B)329.4º80%49.02%-
XYZ10.115.587.38-
YUV60.71136.63173.85-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125257600.80.390.51329.466.6729.41
Hex7D194C0502733149431d
Octal175311140120476351110335
Binary111110111001100110001010000100111110011101001001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>