Html Css Color HEX #49111B Bordeaux

📋 copy color: '#49111B'

red 73 ◦ green 17 ◦ blue 27

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

Shades of Bordeaux #49111B

Tints of Bordeaux #49111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.53%

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

R = 62.39%
G = 14.53%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49111B (or 0x49111B) is known color: Bordeaux. HEX triplet: 49, 11 and 1B. RGB value is (73,17,27). Sum of RGB (Red+Green+Blue) = 73+17+27=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #49111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49111B is #B6EEE4. Grayscale: #222222. Windows color (decimal): -11988709 or 1773897. OLE color: 1773897.

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

Color convert

RGB 73 17 27 -
CMYK 0 0.77 0.63 0.71
HSL 349.29º 0.62% 0.18% -
HSV(B) 349.29º 0.77% 0.29% -
XYZ 3.15 1.9 1.24 -
YUV 34.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 73 17 27 0 0.77 0.63 0.71 349.29 0.62 0.18
Hex 49 11 1B 0 4D 3F 47 15D 3E 12
Octal 111 21 33 0 115 77 107 535 76 22
Binary 1001001 10001 11011 0 1001101 111111 1000111 101011101 111110 10010

Color Harmonies of #49111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49111B

Black with #49111B

Text Example


Text Example

White with #49111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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