Html Css Color HEX #49031B Bordeaux

📋 copy color: '#49031B'

red 73 ◦ green 3 ◦ blue 27

#49031B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #49031B

Tints of Bordeaux #49031B

RGB

 RED value IS 73 (28.91% from 255) = 70.87%

 GREEN value IS 3 (1.56% from 255) = 2.91%

 BLUE value IS 27 (10.94% from 255) = 26.21%

R = 70.87%
G = 2.91%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49031B (or 0x49031B) is known color: Bordeaux. HEX triplet: 49, 03 and 1B. RGB value is (73,3,27). Sum of RGB (Red+Green+Blue) = 73+3+27=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #49031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49031B is #B6FCE4. Grayscale: #1A1A1A. Windows color (decimal): -11992293 or 1770313. OLE color: 1770313.

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

Color convert

RGB 73 3 27 -
CMYK 0 0.96 0.63 0.71
HSL 339.43º 0.92% 0.15% -
HSV(B) 339.43º 0.96% 0.29% -
XYZ 2.98 1.56 1.18 -
YUV 26.67 128.19 161.05 -
System Red Green Blue C M Y K H S L
Decimal 73 3 27 0 0.96 0.63 0.71 339.43 0.92 0.15
Hex 49 3 1B 0 60 3F 47 153 5C F
Octal 111 3 33 0 140 77 107 523 134 17
Binary 1001001 11 11011 0 1100000 111111 1000111 101010011 1011100 1111

Color Harmonies of #49031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49031B

Black with #49031B

Text Example


Text Example

White with #49031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49031B;
 }
 .AnyTagClassName
 {
   color: #49031B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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