#721B3C

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

Shades of Pompadour #721B3C

Tints of Pompadour #721B3C

Color information

#721B3C (or 0x721B3C) is unknown color: approx Pompadour. HEX triplet: 72, 1B and 3C. RGB value is (114,27,60). Sum of RGB (Red+Green+Blue) = 114+27+60=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #721B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B3C is #8DE4C3. Grayscale: #383838. Windows color (decimal): -9299140 or 3939186. OLE color: 3939186.

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

Color convert

RGB1142760-
CMYK00.760.470.55
HSL337.24º61.7%27.65%-
HSV(B)337.24º76.32%44.71%-
XYZ8.154.694.75-
YUV56.77129.82168.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=56.72%
G=13.43%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114276000.760.470.55337.2461.727.65
Hex721B3C04C2F371513e1c
Octal1623374011457675217634
Binary1110010110111111000100110010111111011110101000111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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