#721A3E

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

Shades of Pompadour #721A3E

Tints of Pompadour #721A3E

Color information

#721A3E (or 0x721A3E) is unknown color: approx Pompadour. HEX triplet: 72, 1A and 3E. RGB value is (114,26,62). Sum of RGB (Red+Green+Blue) = 114+26+62=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #721A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A3E is #8DE5C1. Grayscale: #383838. Windows color (decimal): -9299394 or 4070002. OLE color: 4070002.

HSL color Cylindrical-coordinate representation of color #721A3E: hue angle of 335.45º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A3E is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1142662-
CMYK00.770.460.55
HSL335.45º62.86%27.45%-
HSV(B)335.45º77.19%44.71%-
XYZ8.184.665.03-
YUV56.42131.15169.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=56.44%
G=12.87%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114266200.770.460.55335.4562.8627.45
Hex721A3E04D2E3714f3f1b
Octal1623276011556675177733
Binary1110010110101111100100110110111011011110100111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,26,62); }

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

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

 a { background-color: rgb(114,26,62); }

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

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

 span { border-color: rgb(114,26,62); }

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