#722448

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

Shades of Pompadour #722448

Tints of Pompadour #722448

Color information

#722448 (or 0x722448) is unknown color: approx Pompadour. HEX triplet: 72, 24 and 48. RGB value is (114,36,72). Sum of RGB (Red+Green+Blue) = 114+36+72=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #722448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722448 is #8DDBB7. Grayscale: #3F3F3F. Windows color (decimal): -9296824 or 4727922. OLE color: 4727922.

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

Color convert

RGB1143672-
CMYK00.680.370.55
HSL332.31º52%29.41%-
HSV(B)332.31º68.42%44.71%-
XYZ8.745.316.69-
YUV63.43132.84164.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=51.35%
G=16.22%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114367200.680.370.55332.315229.41
Hex722448044253714c341d
Octal16244110010445675146435
Binary111001010010010010000100010010010111011110100110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722448; }

 p { color: rgb(114,36,72); }

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

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

 a { background-color: rgb(114,36,72); }

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

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

 span { border-color: rgb(114,36,72); }

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