#721F43

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

Shades of Pompadour #721F43

Tints of Pompadour #721F43

Color information

#721F43 (or 0x721F43) is unknown color: approx Pompadour. HEX triplet: 72, 1F and 43. RGB value is (114,31,67). Sum of RGB (Red+Green+Blue) = 114+31+67=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #721F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F43 is #8DE0BC. Grayscale: #3B3B3B. Windows color (decimal): -9298109 or 4398962. OLE color: 4398962.

HSL color Cylindrical-coordinate representation of color #721F43: hue angle of 333.98º 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 #721F43 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1143167-
CMYK00.730.410.55
HSL333.98º57.24%28.43%-
HSV(B)333.98º72.81%44.71%-
XYZ8.444.965.82-
YUV59.92132166.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.77%
GREEN value IS 31 (12.5% from 255) = 14.62%
BLUE value IS 67 (26.56% from 255) = 31.60%
R=53.77%
G=14.62%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114316700.730.410.55333.9857.2428.43
Hex721F43049293714e391c
Octal16237103011151675167134
Binary11100101111110000110100100110100111011110100111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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