#73133B

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

Shades of Pompadour #73133B

Tints of Pompadour #73133B

Color information

#73133B (or 0x73133B) is unknown color: approx Pompadour. HEX triplet: 73, 13 and 3B. RGB value is (115,19,59). Sum of RGB (Red+Green+Blue) = 115+19+59=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #73133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73133B is #8CECC4. Grayscale: #343434. Windows color (decimal): -9235653 or 3871603. OLE color: 3871603.

HSL color Cylindrical-coordinate representation of color #73133B: hue angle of 335º 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 #73133B is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1151959-
CMYK00.830.490.55
HSL335º71.64%26.27%-
HSV(B)335º83.48%45.1%-
XYZ8.094.434.57-
YUV52.26131.8172.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.59%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=59.59%
G=9.84%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115195900.830.490.5533571.6426.27
Hex73133B053313714f481a
Octal16323730123616751711032
Binary11100111001111101101010011110001110111101001111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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