#722350

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

Shades of Pompadour #722350

Tints of Pompadour #722350

Color information

#722350 (or 0x722350) is unknown color: approx Pompadour. HEX triplet: 72, 23 and 50. RGB value is (114,35,80). Sum of RGB (Red+Green+Blue) = 114+35+80=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #722350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722350 is #8DDCAF. Grayscale: #3F3F3F. Windows color (decimal): -9297072 or 5251954. OLE color: 5251954.

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

Color convert

RGB1143580-
CMYK00.690.300.55
HSL325.82º53.02%29.22%-
HSV(B)325.82º69.3%44.71%-
XYZ8.995.368.15-
YUV63.75137.17163.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=49.78%
G=15.28%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114358000.690.300.55325.8253.0229.22
Hex7223500451E37146351d
Octal16243120010536675066535
Binary11100101000111010000010001011111011011110100011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722350; }

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

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

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

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

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

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

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

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