#741440

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

Shades of Pompadour #741440

Tints of Pompadour #741440

Color information

#741440 (or 0x741440) is unknown color: approx Pompadour. HEX triplet: 74, 14 and 40. RGB value is (116,20,64). Sum of RGB (Red+Green+Blue) = 116+20+64=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #741440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741440 is #8BEBBF. Grayscale: #353535. Windows color (decimal): -9169856 or 4199540. OLE color: 4199540.

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

Color convert

RGB1162064-
CMYK00.830.450.55
HSL332.5º70.59%26.67%-
HSV(B)332.5º82.76%45.49%-
XYZ8.384.585.29-
YUV53.72133.8172.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58%
GREEN value IS 20 (8.20% from 255) = 10%
BLUE value IS 64 (25.39% from 255) = 32%
R=58%
G=10%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116206400.830.450.55332.570.5926.67
Hex7414400532D3714c471b
Octal164241000123556751410733
Binary111010010100100000001010011101101110111101001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741440; }

 p { color: rgb(116,20,64); }

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

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

 a { background-color: rgb(116,20,64); }

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

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

 span { border-color: rgb(116,20,64); }

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