#491B26

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

Shades of Bordeaux #491B26

Tints of Bordeaux #491B26

Color information

#491B26 (or 0x491B26) is unknown color: approx Bordeaux. HEX triplet: 49, 1B and 26. RGB value is (73,27,38). Sum of RGB (Red+Green+Blue) = 73+27+38=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #491B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B26 is #B6E4D9. Grayscale: #2A2A2A. Windows color (decimal): -11986138 or 2497353. OLE color: 2497353.

HSL color Cylindrical-coordinate representation of color #491B26: hue angle of 345.65º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #491B26 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB732738-
CMYK00.630.480.71
HSL345.65º46%19.61%-
HSV(B)345.65º63.01%28.63%-
XYZ3.492.342.1-
YUV42.01125.74150.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=52.90%
G=19.57%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73273800.630.480.71345.654619.61
Hex491B2603F304715a2e14
Octal1113346077601075325624
Binary1001001110111001100111111110000100011110101101010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491B26; }

 p { color: rgb(73,27,38); }

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

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

 a { background-color: rgb(73,27,38); }

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

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

 span { border-color: rgb(73,27,38); }

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