#74194E

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

Shades of Pompadour #74194E

Tints of Pompadour #74194E

Color information

#74194E (or 0x74194E) is unknown color: approx Pompadour. HEX triplet: 74, 19 and 4E. RGB value is (116,25,78). Sum of RGB (Red+Green+Blue) = 116+25+78=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #74194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74194E is #8BE6B1. Grayscale: #3A3A3A. Windows color (decimal): -9168562 or 5118324. OLE color: 5118324.

HSL color Cylindrical-coordinate representation of color #74194E: hue angle of 325.05º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74194E is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1162578-
CMYK00.780.330.55
HSL325.05º64.54%27.65%-
HSV(B)325.05º78.45%45.49%-
XYZ8.934.967.69-
YUV58.25139.15169.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=52.97%
G=11.42%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116257800.780.330.55325.0564.5427.65
Hex74194E04E2137145411c
Octal164311160116416750510134
Binary111010011001100111001001110100001110111101000101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74194E; }

 p { color: rgb(116,25,78); }

 H1.HeaderClassName
 {
   color: #74194E;
 }
 .AnyTagClassName
 {
   color: #74194E;
 }
</style>
background-color css

<style>
 a { background-color: #74194E; }

 a { background-color: rgb(116,25,78); }

 div.DivClassName
 {
   background-color: #74194E;
 }
 .BgClassName
 {
   background-color: #74194E;
 }
</style>
border-color css

<style>
 span { border-color: #74194E; }

 span { border-color: rgb(116,25,78); }

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