#721B4B

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

Shades of Pompadour #721B4B

Tints of Pompadour #721B4B

Color information

#721B4B (or 0x721B4B) is unknown color: approx Pompadour. HEX triplet: 72, 1B and 4B. RGB value is (114,27,75). Sum of RGB (Red+Green+Blue) = 114+27+75=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #721B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B4B is #8DE4B4. Grayscale: #3A3A3A. Windows color (decimal): -9299125 or 4922226. OLE color: 4922226.

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

Color convert

RGB1142775-
CMYK00.760.340.55
HSL326.9º61.7%27.65%-
HSV(B)326.9º76.32%44.71%-
XYZ8.64.877.14-
YUV58.48137.32167.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 27 (10.94% from 255) = 12.5%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=52.78%
G=12.5%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114277500.760.340.55326.961.727.65
Hex721B4B04C22371473e1c
Octal16233113011442675077634
Binary11100101101110010110100110010001011011110100011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,27,75); }

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

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

 a { background-color: rgb(114,27,75); }

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

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

 span { border-color: rgb(114,27,75); }

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