#721F46

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

Shades of Pompadour #721F46

Tints of Pompadour #721F46

Color information

#721F46 (or 0x721F46) is unknown color: approx Pompadour. HEX triplet: 72, 1F and 46. RGB value is (114,31,70). Sum of RGB (Red+Green+Blue) = 114+31+70=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #721F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F46 is #8DE0B9. Grayscale: #3C3C3C. Windows color (decimal): -9298106 or 4595570. OLE color: 4595570.

HSL color Cylindrical-coordinate representation of color #721F46: hue angle of 331.81º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #721F46 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1143170-
CMYK00.730.390.55
HSL331.81º57.24%28.43%-
HSV(B)331.81º72.81%44.71%-
XYZ8.5356.31-
YUV60.26133.5166.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 31 (12.5% from 255) = 14.42%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=53.02%
G=14.42%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114317000.730.390.55331.8157.2428.43
Hex721F46049273714c391c
Octal16237106011147675147134
Binary11100101111110001100100100110011111011110100110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721F46; }

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

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

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

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

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

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

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

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