#721548

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

Shades of Pompadour #721548

Tints of Pompadour #721548

Color information

#721548 (or 0x721548) is unknown color: approx Pompadour. HEX triplet: 72, 15 and 48. RGB value is (114,21,72). Sum of RGB (Red+Green+Blue) = 114+21+72=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #721548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721548 is #8DEAB7. Grayscale: #363636. Windows color (decimal): -9300664 or 4724082. OLE color: 4724082.

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

Color convert

RGB1142172-
CMYK00.820.370.55
HSL327.1º68.89%26.47%-
HSV(B)327.1º81.58%44.71%-
XYZ8.384.586.57-
YUV54.62137.81170.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=55.07%
G=10.14%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114217200.820.370.55327.168.8926.47
Hex7215480522537147451a
Octal162251100122456750710532
Binary111001010101100100001010010100101110111101000111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721548; }

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

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

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

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

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

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

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

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