#49181B

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

Shades of Bordeaux #49181B

Tints of Bordeaux #49181B

Color information

#49181B (or 0x49181B) is unknown color: approx Bordeaux. HEX triplet: 49, 18 and 1B. RGB value is (73,24,27). Sum of RGB (Red+Green+Blue) = 73+24+27=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #49181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49181B is #B6E7E4. Grayscale: #272727. Windows color (decimal): -11986917 or 1775689. OLE color: 1775689.

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

Color convert

RGB732427-
CMYK00.670.630.71
HSL356.33º50.52%19.02%-
HSV(B)356.33º67.12%28.63%-
XYZ3.272.151.28-
YUV38.99121.23152.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=58.87%
G=19.35%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73242700.670.630.71356.3350.5219.02
Hex49181B0433F471643313
Octal11130330103771075446323
Binary1001001110001101101000011111111100011110110010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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