#741650

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

Shades of Pompadour #741650

Tints of Pompadour #741650

Color information

#741650 (or 0x741650) is unknown color: approx Pompadour. HEX triplet: 74, 16 and 50. RGB value is (116,22,80). Sum of RGB (Red+Green+Blue) = 116+22+80=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #741650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741650 is #8BE9AF. Grayscale: #383838. Windows color (decimal): -9169328 or 5248628. OLE color: 5248628.

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

Color convert

RGB1162280-
CMYK00.810.310.55
HSL322.98º68.12%27.06%-
HSV(B)322.98º81.03%45.49%-
XYZ8.944.878.06-
YUV56.72141.14170.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=53.21%
G=10.09%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116228000.810.310.55322.9868.1227.06
Hex7416500511F37143441b
Octal164261200121376750310433
Binary11101001011010100000101000111111110111101000011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741650; }

 p { color: rgb(116,22,80); }

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

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

 a { background-color: rgb(116,22,80); }

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

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

 span { border-color: rgb(116,22,80); }

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