#721B41

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

Shades of Pompadour #721B41

Tints of Pompadour #721B41

Color information

#721B41 (or 0x721B41) is unknown color: approx Pompadour. HEX triplet: 72, 1B and 41. RGB value is (114,27,65). Sum of RGB (Red+Green+Blue) = 114+27+65=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #721B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B41 is #8DE4BE. Grayscale: #393939. Windows color (decimal): -9299135 or 4266866. OLE color: 4266866.

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

Color convert

RGB1142765-
CMYK00.760.430.55
HSL333.79º61.7%27.65%-
HSV(B)333.79º76.32%44.71%-
XYZ8.294.745.48-
YUV57.34132.32168.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=55.34%
G=13.11%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114276500.760.430.55333.7961.727.65
Hex721B4104C2B3714e3e1c
Octal16233101011453675167634
Binary11100101101110000010100110010101111011110100111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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