#741848

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

Shades of Pompadour #741848

Tints of Pompadour #741848

Color information

#741848 (or 0x741848) is unknown color: approx Pompadour. HEX triplet: 74, 18 and 48. RGB value is (116,24,72). Sum of RGB (Red+Green+Blue) = 116+24+72=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #741848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741848 is #8BE7B7. Grayscale: #383838. Windows color (decimal): -9168824 or 4724852. OLE color: 4724852.

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

Color convert

RGB1162472-
CMYK00.790.380.55
HSL328.7º65.71%27.45%-
HSV(B)328.7º79.31%45.49%-
XYZ8.74.836.61-
YUV56.98136.48170.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=54.72%
G=11.32%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116247200.790.380.55328.765.7127.45
Hex74184804F2637149421b
Octal164301100117466751110233
Binary111010011000100100001001111100110110111101001001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741848; }

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

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

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

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

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

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

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

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