#73254A

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

Shades of Pompadour #73254A

Tints of Pompadour #73254A

Color information

#73254A (or 0x73254A) is unknown color: approx Pompadour. HEX triplet: 73, 25 and 4A. RGB value is (115,37,74). Sum of RGB (Red+Green+Blue) = 115+37+74=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73254A is #8CDAB5. Grayscale: #404040. Windows color (decimal): -9231030 or 4859251. OLE color: 4859251.

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

Color convert

RGB1153774-
CMYK00.680.360.55
HSL331.54º51.32%29.8%-
HSV(B)331.54º67.83%45.1%-
XYZ8.975.467.06-
YUV64.54133.34163.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=50.88%
G=16.37%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115377400.680.360.55331.5451.3229.8
Hex73254A044243714c331e
Octal16345112010444675146336
Binary111001110010110010100100010010010011011110100110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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