#73234D

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

Shades of Pompadour #73234D

Tints of Pompadour #73234D

Color information

#73234D (or 0x73234D) is unknown color: approx Pompadour. HEX triplet: 73, 23 and 4D. RGB value is (115,35,77). Sum of RGB (Red+Green+Blue) = 115+35+77=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73234D is #8CDCB2. Grayscale: #3F3F3F. Windows color (decimal): -9231539 or 5055347. OLE color: 5055347.

HSL color Cylindrical-coordinate representation of color #73234D: hue angle of 328.5º degrees, saturation: 0.53, 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 #73234D is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1153577-
CMYK00.700.330.55
HSL328.5º53.33%29.41%-
HSV(B)328.5º69.57%45.1%-
XYZ9.015.387.59-
YUV63.71135.5164.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=50.66%
G=15.42%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115357700.700.330.55328.553.3329.41
Hex73234D0462137148351d
Octal16343115010641675106535
Binary111001110001110011010100011010000111011110100100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73234D; }

 p { color: rgb(115,35,77); }

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

<style>
 a { background-color: #73234D; }

 a { background-color: rgb(115,35,77); }

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

<style>
 span { border-color: #73234D; }

 span { border-color: rgb(115,35,77); }

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