#49232B

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

Shades of Bordeaux #49232B

Tints of Bordeaux #49232B

Color information

#49232B (or 0x49232B) is unknown color: approx Bordeaux. HEX triplet: 49, 23 and 2B. RGB value is (73,35,43). Sum of RGB (Red+Green+Blue) = 73+35+43=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49232B is #B6DCD4. Grayscale: #2F2F2F. Windows color (decimal): -11984085 or 2827081. OLE color: 2827081.

HSL color Cylindrical-coordinate representation of color #49232B: hue angle of 347.37º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49232B is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB733543-
CMYK00.520.410.71
HSL347.37º35.19%21.18%-
HSV(B)347.37º52.05%28.63%-
XYZ3.782.792.63-
YUV47.27125.59146.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=48.34%
G=23.18%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73354300.520.410.71347.3735.1921.18
Hex49232B034294715b2315
Octal1114353064511075334325
Binary10010011000111010110110100101001100011110101101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,35,43); }

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

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

 a { background-color: rgb(73,35,43); }

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

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

 span { border-color: rgb(73,35,43); }

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