#49051B

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

Shades of Bordeaux #49051B

Tints of Bordeaux #49051B

Color information

#49051B (or 0x49051B) is unknown color: approx Bordeaux. HEX triplet: 49, 05 and 1B. RGB value is (73,5,27). Sum of RGB (Red+Green+Blue) = 73+5+27=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #49051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49051B is #B6FAE4. Grayscale: #1B1B1B. Windows color (decimal): -11991781 or 1770825. OLE color: 1770825.

HSL color Cylindrical-coordinate representation of color #49051B: hue angle of 340.59º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49051B is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB73527-
CMYK00.930.630.71
HSL340.59º87.18%15.29%-
HSV(B)340.59º93.15%28.63%-
XYZ31.61.19-
YUV27.84127.53160.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 69.52%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=69.52%
G=4.76%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7352700.930.630.71340.5987.1815.29
Hex4951B05D3F4715557f
Octal11153301357710752512717
Binary10010011011101101011101111111100011110101010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49051B; }

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

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

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

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

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

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

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

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