#741852

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

Shades of Pompadour #741852

Tints of Pompadour #741852

Color information

#741852 (or 0x741852) is unknown color: approx Pompadour. HEX triplet: 74, 18 and 52. RGB value is (116,24,82). Sum of RGB (Red+Green+Blue) = 116+24+82=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #741852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741852 is #8BE7AD. Grayscale: #393939. Windows color (decimal): -9168814 or 5380212. OLE color: 5380212.

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

Color convert

RGB1162482-
CMYK00.790.290.55
HSL322.17º65.71%27.45%-
HSV(B)322.17º79.31%45.49%-
XYZ9.054.988.47-
YUV58.12141.48169.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=52.25%
G=10.81%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116248200.790.290.55322.1765.7127.45
Hex74185204F1D37142421b
Octal164301220117356750210233
Binary11101001100010100100100111111101110111101000010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741852; }

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

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

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

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

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

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

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

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