#762249

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

Shades of Pompadour #762249

Tints of Pompadour #762249

Color information

#762249 (or 0x762249) is unknown color: approx Pompadour. HEX triplet: 76, 22 and 49. RGB value is (118,34,73). Sum of RGB (Red+Green+Blue) = 118+34+73=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #762249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762249 is #89DDB6. Grayscale: #3F3F3F. Windows color (decimal): -9035191 or 4792950. OLE color: 4792950.

HSL color Cylindrical-coordinate representation of color #762249: hue angle of 332.14º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762249 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1183473-
CMYK00.710.380.54
HSL332.14º55.26%29.8%-
HSV(B)332.14º71.19%46.27%-
XYZ9.255.486.87-
YUV63.56133.33166.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=52.44%
G=15.11%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118347300.710.380.54332.1455.2629.8
Hex762249047263614c371e
Octal16642111010746665146736
Binary111011010001010010010100011110011011011010100110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762249; }

 p { color: rgb(118,34,73); }

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

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

 a { background-color: rgb(118,34,73); }

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

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

 span { border-color: rgb(118,34,73); }

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