#72214E

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

Shades of Pompadour #72214E

Tints of Pompadour #72214E

Color information

#72214E (or 0x72214E) is unknown color: approx Pompadour. HEX triplet: 72, 21 and 4E. RGB value is (114,33,78). Sum of RGB (Red+Green+Blue) = 114+33+78=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72214E is #8DDEB1. Grayscale: #3E3E3E. Windows color (decimal): -9297586 or 5120370. OLE color: 5120370.

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

Color convert

RGB1143378-
CMYK00.710.320.55
HSL326.67º55.1%28.82%-
HSV(B)326.67º71.05%44.71%-
XYZ8.865.227.75-
YUV62.35136.84164.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=50.67%
G=14.67%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114337800.710.320.55326.6755.128.82
Hex72214E0472037147371d
Octal16241116010740675076735
Binary111001010000110011100100011110000011011110100011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72214E; }

 p { color: rgb(114,33,78); }

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

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

 a { background-color: rgb(114,33,78); }

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

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

 span { border-color: rgb(114,33,78); }

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