#741356

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

Shades of Pompadour #741356

Tints of Pompadour #741356

Color information

#741356 (or 0x741356) is unknown color: approx Pompadour. HEX triplet: 74, 13 and 56. RGB value is (116,19,86). Sum of RGB (Red+Green+Blue) = 116+19+86=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #741356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741356 is #8BECA9. Grayscale: #373737. Windows color (decimal): -9170090 or 5641076. OLE color: 5641076.

HSL color Cylindrical-coordinate representation of color #741356: hue angle of 318.56º 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 #741356 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1161986-
CMYK00.840.260.55
HSL318.56º71.85%26.47%-
HSV(B)318.56º83.62%45.49%-
XYZ9.124.859.26-
YUV55.64145.14171.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.49%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 86 (33.98% from 255) = 38.91%
R=52.49%
G=8.60%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116198600.840.260.55318.5671.8526.47
Hex7413560541A3713f481a
Octal164231260124326747711032
Binary11101001001110101100101010011010110111100111111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741356; }

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

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

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

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

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

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

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

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