#741051

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

Shades of Pompadour #741051

Tints of Pompadour #741051

Color information

#741051 (or 0x741051) is unknown color: approx Pompadour. HEX triplet: 74, 10 and 51. RGB value is (116,16,81). Sum of RGB (Red+Green+Blue) = 116+16+81=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #741051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741051 is #8BEFAE. Grayscale: #353535. Windows color (decimal): -9170863 or 5312628. OLE color: 5312628.

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

Color convert

RGB1161681-
CMYK00.860.300.55
HSL321º75.76%25.88%-
HSV(B)321º86.21%45.49%-
XYZ8.874.688.22-
YUV53.31143.63172.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.46%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=54.46%
G=7.51%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116168100.860.300.5532175.7625.88
Hex7410510561E371414c1a
Octal164201210126366750111432
Binary11101001000010100010101011011110110111101000001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741051; }

 p { color: rgb(116,16,81); }

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

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

 a { background-color: rgb(116,16,81); }

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

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

 span { border-color: rgb(116,16,81); }

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