#73113E

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

Shades of Pompadour #73113E

Tints of Pompadour #73113E

Color information

#73113E (or 0x73113E) is unknown color: approx Pompadour. HEX triplet: 73, 11 and 3E. RGB value is (115,17,62). Sum of RGB (Red+Green+Blue) = 115+17+62=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73113E is #8CEEC1. Grayscale: #333333. Windows color (decimal): -9236162 or 4067699. OLE color: 4067699.

HSL color Cylindrical-coordinate representation of color #73113E: hue angle of 332.45º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73113E is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1151762-
CMYK00.850.460.55
HSL332.45º74.24%25.88%-
HSV(B)332.45º85.22%45.1%-
XYZ8.144.394.98-
YUV51.43133.97173.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.28%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=59.28%
G=8.76%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115176200.850.460.55332.4574.2425.88
Hex73113E0552E3714c4a1a
Octal16321760125566751411232
Binary11100111000111111001010101101110110111101001100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,17,62); }

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

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

 a { background-color: rgb(115,17,62); }

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

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

 span { border-color: rgb(115,17,62); }

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