#741847

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

Shades of Pompadour #741847

Tints of Pompadour #741847

Color information

#741847 (or 0x741847) is unknown color: approx Pompadour. HEX triplet: 74, 18 and 47. RGB value is (116,24,71). Sum of RGB (Red+Green+Blue) = 116+24+71=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #741847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741847 is #8BE7B8. Grayscale: #383838. Windows color (decimal): -9168825 or 4659316. OLE color: 4659316.

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

Color convert

RGB1162471-
CMYK00.790.390.55
HSL329.35º65.71%27.45%-
HSV(B)329.35º79.31%45.49%-
XYZ8.674.826.44-
YUV56.87135.98170.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=54.98%
G=11.37%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116247100.790.390.55329.3565.7127.45
Hex74184704F2737149421b
Octal164301070117476751110233
Binary111010011000100011101001111100111110111101001001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741847; }

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

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

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

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

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

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

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

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