#722150

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

Shades of Pompadour #722150

Tints of Pompadour #722150

Color information

#722150 (or 0x722150) is unknown color: approx Pompadour. HEX triplet: 72, 21 and 50. RGB value is (114,33,80). Sum of RGB (Red+Green+Blue) = 114+33+80=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #722150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722150 is #8DDEAF. Grayscale: #3E3E3E. Windows color (decimal): -9297584 or 5251442. OLE color: 5251442.

HSL color Cylindrical-coordinate representation of color #722150: hue angle of 325.19º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #722150 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1143380-
CMYK00.710.300.55
HSL325.19º55.1%28.82%-
HSV(B)325.19º71.05%44.71%-
XYZ8.935.248.13-
YUV62.58137.84164.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 33 (13.28% from 255) = 14.54%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=50.22%
G=14.54%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114338000.710.300.55325.1955.128.82
Hex7221500471E37145371d
Octal16241120010736675056735
Binary11100101000011010000010001111111011011110100010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722150; }

 p { color: rgb(114,33,80); }

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

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

 a { background-color: rgb(114,33,80); }

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

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

 span { border-color: rgb(114,33,80); }

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