#741155

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

Shades of Pompadour #741155

Tints of Pompadour #741155

Color information

#741155 (or 0x741155) is unknown color: approx Pompadour. HEX triplet: 74, 11 and 55. RGB value is (116,17,85). Sum of RGB (Red+Green+Blue) = 116+17+85=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #741155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741155 is #8BEEAA. Grayscale: #363636. Windows color (decimal): -9170603 or 5575028. OLE color: 5575028.

HSL color Cylindrical-coordinate representation of color #741155: hue angle of 318.79º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741155 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1161785-
CMYK00.850.270.55
HSL318.79º74.44%26.08%-
HSV(B)318.79º85.34%45.49%-
XYZ9.044.779.04-
YUV54.35145.3171.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 85 (33.59% from 255) = 38.99%
R=53.21%
G=7.80%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116178500.850.270.55318.7974.4426.08
Hex7411550551B3713f4a1a
Octal164211250125336747711232
Binary11101001000110101010101010111011110111100111111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741155; }

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

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

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

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

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

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

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

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