#49041A

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

Shades of Bordeaux #49041A

Tints of Bordeaux #49041A

Color information

#49041A (or 0x49041A) is unknown color: approx Bordeaux. HEX triplet: 49, 04 and 1A. RGB value is (73,4,26). Sum of RGB (Red+Green+Blue) = 73+4+26=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #49041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49041A is #B6FBE5. Grayscale: #1B1B1B. Windows color (decimal): -11992038 or 1705033. OLE color: 1705033.

HSL color Cylindrical-coordinate representation of color #49041A: hue angle of 340.87º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49041A is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB73426-
CMYK00.950.640.71
HSL340.87º89.61%15.1%-
HSV(B)340.87º94.52%28.63%-
XYZ2.981.581.12-
YUV27.14127.36160.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 70.87%
GREEN value IS 4 (1.95% from 255) = 3.88%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=70.87%
G=3.88%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7342600.950.640.71340.8789.6115.1
Hex4941A05F40471555af
Octal111432013710010752513217
Binary100100110011010010111111000000100011110101010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49041A; }

 p { color: rgb(73,4,26); }

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

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

 a { background-color: rgb(73,4,26); }

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

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

 span { border-color: rgb(73,4,26); }

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