#73214A

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

Shades of Pompadour #73214A

Tints of Pompadour #73214A

Color information

#73214A (or 0x73214A) is unknown color: approx Pompadour. HEX triplet: 73, 21 and 4A. RGB value is (115,33,74). Sum of RGB (Red+Green+Blue) = 115+33+74=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #73214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73214A is #8CDEB5. Grayscale: #3E3E3E. Windows color (decimal): -9232054 or 4858227. OLE color: 4858227.

HSL color Cylindrical-coordinate representation of color #73214A: hue angle of 330º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73214A is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1153374-
CMYK00.710.360.55
HSL330º55.41%29.02%-
HSV(B)330º71.3%45.1%-
XYZ8.855.237.02-
YUV62.19134.67165.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.80%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=51.80%
G=14.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115337400.710.360.5533055.4129.02
Hex73214A047243714a371d
Octal16341112010744675126735
Binary111001110000110010100100011110010011011110100101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73214A; }

 p { color: rgb(115,33,74); }

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

<style>
 a { background-color: #73214A; }

 a { background-color: rgb(115,33,74); }

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

<style>
 span { border-color: #73214A; }

 span { border-color: rgb(115,33,74); }

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