#491626

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

Shades of Bordeaux #491626

Tints of Bordeaux #491626

Color information

#491626 (or 0x491626) is unknown color: approx Bordeaux. HEX triplet: 49, 16 and 26. RGB value is (73,22,38). Sum of RGB (Red+Green+Blue) = 73+22+38=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #491626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491626 is #B6E9D9. Grayscale: #272727. Windows color (decimal): -11987418 or 2496073. OLE color: 2496073.

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

Color convert

RGB732238-
CMYK00.700.480.71
HSL341.18º53.68%18.63%-
HSV(B)341.18º69.86%28.63%-
XYZ3.382.132.07-
YUV39.07127.4152.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.89%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 38 (15.23% from 255) = 28.57%
R=54.89%
G=16.54%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73223800.700.480.71341.1853.6818.63
Hex49162604630471553613
Octal11126460106601075256623
Binary10010011011010011001000110110000100011110101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491626; }

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

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

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

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

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

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

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

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