#491526

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

Shades of Bordeaux #491526

Tints of Bordeaux #491526

Color information

#491526 (or 0x491526) is unknown color: approx Bordeaux. HEX triplet: 49, 15 and 26. RGB value is (73,21,38). Sum of RGB (Red+Green+Blue) = 73+21+38=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #491526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491526 is #B6EAD9. Grayscale: #262626. Windows color (decimal): -11987674 or 2495817. OLE color: 2495817.

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

Color convert

RGB732138-
CMYK00.710.480.71
HSL340.38º55.32%18.43%-
HSV(B)340.38º71.23%28.63%-
XYZ3.372.092.06-
YUV38.49127.73152.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=55.30%
G=15.91%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73213800.710.480.71340.3855.3218.43
Hex49152604730471543712
Octal11125460107601075246722
Binary10010011010110011001000111110000100011110101010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491526; }

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

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

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

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

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

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

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

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