#721C42

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

Shades of Pompadour #721C42

Tints of Pompadour #721C42

Color information

#721C42 (or 0x721C42) is unknown color: approx Pompadour. HEX triplet: 72, 1C and 42. RGB value is (114,28,66). Sum of RGB (Red+Green+Blue) = 114+28+66=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #721C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C42 is #8DE3BD. Grayscale: #393939. Windows color (decimal): -9298878 or 4332658. OLE color: 4332658.

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

Color convert

RGB1142866-
CMYK00.750.420.55
HSL333.49º60.56%27.84%-
HSV(B)333.49º75.44%44.71%-
XYZ8.344.85.64-
YUV58.05132.49167.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 66 (26.17% from 255) = 31.73%
R=54.81%
G=13.46%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114286600.750.420.55333.4960.5627.84
Hex721C4204B2A3714d3d1c
Octal16234102011352675157534
Binary11100101110010000100100101110101011011110100110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,28,66); }

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

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

 a { background-color: rgb(114,28,66); }

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

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

 span { border-color: rgb(114,28,66); }

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