#741250

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

Shades of Pompadour #741250

Tints of Pompadour #741250

Color information

#741250 (or 0x741250) is unknown color: approx Pompadour. HEX triplet: 74, 12 and 50. RGB value is (116,18,80). Sum of RGB (Red+Green+Blue) = 116+18+80=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #741250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741250 is #8BEDAF. Grayscale: #363636. Windows color (decimal): -9170352 or 5247604. OLE color: 5247604.

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

Color convert

RGB1161880-
CMYK00.840.310.55
HSL322.04º73.13%26.27%-
HSV(B)322.04º84.48%45.49%-
XYZ8.874.728.03-
YUV54.37142.47171.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.21%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=54.21%
G=8.41%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116188000.840.310.55322.0473.1326.27
Hex7412500541F37142491a
Octal164221200124376750211132
Binary11101001001010100000101010011111110111101000010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741250; }

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

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

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

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

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

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

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

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