#741355

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

Shades of Pompadour #741355

Tints of Pompadour #741355

Color information

#741355 (or 0x741355) is unknown color: approx Pompadour. HEX triplet: 74, 13 and 55. RGB value is (116,19,85). Sum of RGB (Red+Green+Blue) = 116+19+85=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #741355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741355 is #8BECAA. Grayscale: #373737. Windows color (decimal): -9170091 or 5575540. OLE color: 5575540.

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

Color convert

RGB1161985-
CMYK00.840.270.55
HSL319.18º71.85%26.47%-
HSV(B)319.18º83.62%45.49%-
XYZ9.084.839.05-
YUV55.53144.64171.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.73%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=52.73%
G=8.64%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116198500.840.270.55319.1871.8526.47
Hex7413550541B3713f481a
Octal164231250124336747711032
Binary11101001001110101010101010011011110111100111111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741355; }

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

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

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

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

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

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

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

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