#721046

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

Shades of Pompadour #721046

Tints of Pompadour #721046

Color information

#721046 (or 0x721046) is unknown color: approx Pompadour. HEX triplet: 72, 10 and 46. RGB value is (114,16,70). Sum of RGB (Red+Green+Blue) = 114+16+70=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #721046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721046 is #8DEFB9. Grayscale: #333333. Windows color (decimal): -9301946 or 4591730. OLE color: 4591730.

HSL color Cylindrical-coordinate representation of color #721046: hue angle of 326.94º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721046 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1141670-
CMYK00.860.390.55
HSL326.94º75.38%25.49%-
HSV(B)326.94º85.96%44.71%-
XYZ8.234.396.21-
YUV51.46138.47172.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 70 (27.73% from 255) = 35%
R=57%
G=8%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114167000.860.390.55326.9475.3825.49
Hex72104605627371474b19
Octal162201060126476750711331
Binary111001010000100011001010110100111110111101000111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721046; }

 p { color: rgb(114,16,70); }

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

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

 a { background-color: rgb(114,16,70); }

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

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

 span { border-color: rgb(114,16,70); }

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