#731B4C

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

Shades of Pompadour #731B4C

Tints of Pompadour #731B4C

Color information

#731B4C (or 0x731B4C) is unknown color: approx Pompadour. HEX triplet: 73, 1B and 4C. RGB value is (115,27,76). Sum of RGB (Red+Green+Blue) = 115+27+76=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #731B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731B4C is #8CE4B3. Grayscale: #3A3A3A. Windows color (decimal): -9233588 or 4987763. OLE color: 4987763.

HSL color Cylindrical-coordinate representation of color #731B4C: hue angle of 326.59º degrees, saturation: 0.62, 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 #731B4C is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1152776-
CMYK00.770.340.55
HSL326.59º61.97%27.84%-
HSV(B)326.59º76.52%45.1%-
XYZ8.774.957.33-
YUV58.9137.65168.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.75%
GREEN value IS 27 (10.94% from 255) = 12.39%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=52.75%
G=12.39%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115277600.770.340.55326.5961.9727.84
Hex731B4C04D22371473e1c
Octal16333114011542675077634
Binary11100111101110011000100110110001011011110100011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,27,76); }

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

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

 a { background-color: rgb(115,27,76); }

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

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

 span { border-color: rgb(115,27,76); }

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