#741647

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

Shades of Pompadour #741647

Tints of Pompadour #741647

Color information

#741647 (or 0x741647) is unknown color: approx Pompadour. HEX triplet: 74, 16 and 47. RGB value is (116,22,71). Sum of RGB (Red+Green+Blue) = 116+22+71=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #741647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741647 is #8BE9B8. Grayscale: #373737. Windows color (decimal): -9169337 or 4658804. OLE color: 4658804.

HSL color Cylindrical-coordinate representation of color #741647: hue angle of 328.72º 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 #741647 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1162271-
CMYK00.810.390.55
HSL328.72º68.12%27.06%-
HSV(B)328.72º81.03%45.49%-
XYZ8.634.746.42-
YUV55.69136.64171.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.50%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 71 (28.12% from 255) = 33.97%
R=55.50%
G=10.53%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116227100.810.390.55328.7268.1227.06
Hex7416470512737149441b
Octal164261070121476751110433
Binary111010010110100011101010001100111110111101001001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741647; }

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

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

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

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

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

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

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

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