#731138

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

Shades of Pompadour #731138

Tints of Pompadour #731138

Color information

#731138 (or 0x731138) is unknown color: approx Pompadour. HEX triplet: 73, 11 and 38. RGB value is (115,17,56). Sum of RGB (Red+Green+Blue) = 115+17+56=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #731138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731138 is #8CEEC7. Grayscale: #323232. Windows color (decimal): -9236168 or 3674483. OLE color: 3674483.

HSL color Cylindrical-coordinate representation of color #731138: hue angle of 336.12º 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 #731138 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1151756-
CMYK00.850.510.55
HSL336.12º74.24%25.88%-
HSV(B)336.12º85.22%45.1%-
XYZ7.984.334.16-
YUV50.75130.97173.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.17%
GREEN value IS 17 (7.03% from 255) = 9.04%
BLUE value IS 56 (22.27% from 255) = 29.79%
R=61.17%
G=9.04%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115175600.850.510.55336.1274.2425.88
Hex73113805533371504a1a
Octal16321700125636752011232
Binary11100111000111100001010101110011110111101010000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731138; }

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

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

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

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

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

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

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

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