#721348

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

Shades of Pompadour #721348

Tints of Pompadour #721348

Color information

#721348 (or 0x721348) is unknown color: approx Pompadour. HEX triplet: 72, 13 and 48. RGB value is (114,19,72). Sum of RGB (Red+Green+Blue) = 114+19+72=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #721348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721348 is #8DECB7. Grayscale: #353535. Windows color (decimal): -9301176 or 4723570. OLE color: 4723570.

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

Color convert

RGB1141972-
CMYK00.830.370.55
HSL326.53º71.43%26.08%-
HSV(B)326.53º83.33%44.71%-
XYZ8.344.516.56-
YUV53.45138.47171.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=55.61%
G=9.27%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114197200.830.370.55326.5371.4326.08
Hex7213480532537147471a
Octal162231100123456750710732
Binary111001010011100100001010011100101110111101000111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721348; }

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

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

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

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

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

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

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

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