#49131B

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

Shades of Bordeaux #49131B

Tints of Bordeaux #49131B

Color information

#49131B (or 0x49131B) is unknown color: approx Bordeaux. HEX triplet: 49, 13 and 1B. RGB value is (73,19,27). Sum of RGB (Red+Green+Blue) = 73+19+27=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #49131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49131B is #B6ECE4. Grayscale: #242424. Windows color (decimal): -11988197 or 1774409. OLE color: 1774409.

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

Color convert

RGB731927-
CMYK00.740.630.71
HSL351.11º58.7%18.04%-
HSV(B)351.11º73.97%28.63%-
XYZ3.181.961.25-
YUV36.06122.89154.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.34%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=61.34%
G=15.97%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73192700.740.630.71351.1158.718.04
Hex49131B04A3F4715f3b12
Octal11123330112771075377322
Binary1001001100111101101001010111111100011110101111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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