Html Css Color HEX #49161B Bordeaux

📋 copy color: '#49161B'

red 73 ◦ green 22 ◦ blue 27

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

Shades of Bordeaux #49161B

Tints of Bordeaux #49161B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.03%

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

R = 59.84%
G = 18.03%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49161B (or 0x49161B) is known color: Bordeaux. HEX triplet: 49, 16 and 1B. RGB value is (73,22,27). Sum of RGB (Red+Green+Blue) = 73+22+27=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #49161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49161B is #B6E9E4. Grayscale: #252525. Windows color (decimal): -11987429 or 1775177. OLE color: 1775177.

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

Color convert

RGB 73 22 27 -
CMYK 0 0.70 0.63 0.71
HSL 354.12º 0.54% 0.19% -
HSV(B) 354.12º 0.7% 0.29% -
XYZ 3.23 2.07 1.27 -
YUV 37.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 73 22 27 0 0.70 0.63 0.71 354.12 0.54 0.19
Hex 49 16 1B 0 46 3F 47 162 36 13
Octal 111 26 33 0 106 77 107 542 66 23
Binary 1001001 10110 11011 0 1000110 111111 1000111 101100010 110110 10011

Color Harmonies of #49161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49161B

Black with #49161B

Text Example


Text Example

White with #49161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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