#73134B

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

Shades of Pompadour #73134B

Tints of Pompadour #73134B

Color information

#73134B (or 0x73134B) is unknown color: approx Pompadour. HEX triplet: 73, 13 and 4B. RGB value is (115,19,75). Sum of RGB (Red+Green+Blue) = 115+19+75=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73134B is #8CECB4. Grayscale: #353535. Windows color (decimal): -9235637 or 4920179. OLE color: 4920179.

HSL color Cylindrical-coordinate representation of color #73134B: hue angle of 325º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73134B is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1151975-
CMYK00.830.350.55
HSL325º71.64%26.27%-
HSV(B)325º83.48%45.1%-
XYZ8.574.627.1-
YUV54.09139.8171.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.02%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=55.02%
G=9.09%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115197500.830.350.5532571.6426.27
Hex73134B0532337145481a
Octal163231130123436750511032
Binary111001110011100101101010011100011110111101000101100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73134B; }

 p { color: rgb(115,19,75); }

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

<style>
 a { background-color: #73134B; }

 a { background-color: rgb(115,19,75); }

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

<style>
 span { border-color: #73134B; }

 span { border-color: rgb(115,19,75); }

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