#491323

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

Shades of Bordeaux #491323

Tints of Bordeaux #491323

Color information

#491323 (or 0x491323) is unknown color: approx Bordeaux. HEX triplet: 49, 13 and 23. RGB value is (73,19,35). Sum of RGB (Red+Green+Blue) = 73+19+35=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #491323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491323 is #B6ECDC. Grayscale: #242424. Windows color (decimal): -11988189 or 2298697. OLE color: 2298697.

HSL color Cylindrical-coordinate representation of color #491323: hue angle of 342.22º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491323 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB731935-
CMYK00.740.520.71
HSL342.22º58.7%18.04%-
HSV(B)342.22º73.97%28.63%-
XYZ3.2821.8-
YUV36.97126.89153.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.48%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 35 (14.06% from 255) = 27.56%
R=57.48%
G=14.96%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73193500.740.520.71342.2258.718.04
Hex49132304A34471563b12
Octal11123430112641075267322
Binary10010011001110001101001010110100100011110101011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491323; }

 p { color: rgb(73,19,35); }

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

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

 a { background-color: rgb(73,19,35); }

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

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

 span { border-color: rgb(73,19,35); }

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