#74134D

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

Shades of Pompadour #74134D

Tints of Pompadour #74134D

Color information

#74134D (or 0x74134D) is unknown color: approx Pompadour. HEX triplet: 74, 13 and 4D. RGB value is (116,19,77). Sum of RGB (Red+Green+Blue) = 116+19+77=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74134D is #8BECB2. Grayscale: #363636. Windows color (decimal): -9170099 or 5051252. OLE color: 5051252.

HSL color Cylindrical-coordinate representation of color #74134D: hue angle of 324.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74134D is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1161977-
CMYK00.840.340.55
HSL324.12º71.85%26.47%-
HSV(B)324.12º83.62%45.49%-
XYZ8.774.717.47-
YUV54.61140.64171.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 19 (7.81% from 255) = 8.96%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=54.72%
G=8.96%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116197700.840.340.55324.1271.8526.47
Hex74134D0542237144481a
Octal164231150124426750411032
Binary111010010011100110101010100100010110111101000100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74134D; }

 p { color: rgb(116,19,77); }

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

<style>
 a { background-color: #74134D; }

 a { background-color: rgb(116,19,77); }

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

<style>
 span { border-color: #74134D; }

 span { border-color: rgb(116,19,77); }

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