#491325

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

Shades of Bordeaux #491325

Tints of Bordeaux #491325

Color information

#491325 (or 0x491325) is unknown color: approx Bordeaux. HEX triplet: 49, 13 and 25. RGB value is (73,19,37). Sum of RGB (Red+Green+Blue) = 73+19+37=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491325 is #B6ECDA. Grayscale: #252525. Windows color (decimal): -11988187 or 2429769. OLE color: 2429769.

HSL color Cylindrical-coordinate representation of color #491325: hue angle of 340º 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 #491325 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB731937-
CMYK00.740.490.71
HSL340º58.7%18.04%-
HSV(B)340º73.97%28.63%-
XYZ3.312.021.96-
YUV37.2127.89153.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=56.59%
G=14.73%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73193700.740.490.7134058.718.04
Hex49132504A31471543b12
Octal11123450112611075247322
Binary10010011001110010101001010110001100011110101010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491325; }

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

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

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

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

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

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

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

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