#73244C

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

Shades of Pompadour #73244C

Tints of Pompadour #73244C

Color information

#73244C (or 0x73244C) is unknown color: approx Pompadour. HEX triplet: 73, 24 and 4C. RGB value is (115,36,76). Sum of RGB (Red+Green+Blue) = 115+36+76=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73244C is #8CDBB3. Grayscale: #404040. Windows color (decimal): -9231284 or 4990067. OLE color: 4990067.

HSL color Cylindrical-coordinate representation of color #73244C: hue angle of 329.62º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73244C is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1153676-
CMYK00.690.340.55
HSL329.62º52.32%29.61%-
HSV(B)329.62º68.7%45.1%-
XYZ9.015.437.41-
YUV64.18134.67164.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=50.66%
G=15.86%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115367600.690.340.55329.6252.3229.61
Hex73244C045223714a341e
Octal16344114010542675126436
Binary111001110010010011000100010110001011011110100101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73244C; }

 p { color: rgb(115,36,76); }

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

<style>
 a { background-color: #73244C; }

 a { background-color: rgb(115,36,76); }

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

<style>
 span { border-color: #73244C; }

 span { border-color: rgb(115,36,76); }

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