#73224E

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

Shades of Pompadour #73224E

Tints of Pompadour #73224E

Color information

#73224E (or 0x73224E) is unknown color: approx Pompadour. HEX triplet: 73, 22 and 4E. RGB value is (115,34,78). Sum of RGB (Red+Green+Blue) = 115+34+78=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73224E is #8CDDB1. Grayscale: #3F3F3F. Windows color (decimal): -9231794 or 5120627. OLE color: 5120627.

HSL color Cylindrical-coordinate representation of color #73224E: hue angle of 327.41º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73224E is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1153478-
CMYK00.700.320.55
HSL327.41º54.36%29.22%-
HSV(B)327.41º70.43%45.1%-
XYZ9.025.347.76-
YUV63.24136.34164.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=50.66%
G=14.98%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115347800.700.320.55327.4154.3629.22
Hex73224E0462037147361d
Octal16342116010640675076635
Binary111001110001010011100100011010000011011110100011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73224E; }

 p { color: rgb(115,34,78); }

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

<style>
 a { background-color: #73224E; }

 a { background-color: rgb(115,34,78); }

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

<style>
 span { border-color: #73224E; }

 span { border-color: rgb(115,34,78); }

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