#731A42

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

Shades of Pompadour #731A42

Tints of Pompadour #731A42

Color information

#731A42 (or 0x731A42) is unknown color: approx Pompadour. HEX triplet: 73, 1A and 42. RGB value is (115,26,66). Sum of RGB (Red+Green+Blue) = 115+26+66=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #731A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A42 is #8CE5BD. Grayscale: #393939. Windows color (decimal): -9233854 or 4332147. OLE color: 4332147.

HSL color Cylindrical-coordinate representation of color #731A42: hue angle of 333.03º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731A42 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1152666-
CMYK00.770.430.55
HSL333.03º63.12%27.65%-
HSV(B)333.03º77.39%45.1%-
XYZ8.424.785.63-
YUV57.17132.99169.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.56%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=55.56%
G=12.56%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115266600.770.430.55333.0363.1227.65
Hex731A4204D2B3714d3f1c
Octal16332102011553675157734
Binary11100111101010000100100110110101111011110100110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731A42; }

 p { color: rgb(115,26,66); }

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

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

 a { background-color: rgb(115,26,66); }

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

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

 span { border-color: rgb(115,26,66); }

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