Html Css Color HEX #49191B Bordeaux

📋 copy color: '#49191B'

red 73 ◦ green 25 ◦ blue 27

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

Shades of Bordeaux #49191B

Tints of Bordeaux #49191B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20%

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

R = 58.4%
G = 20%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49191B (or 0x49191B) is known color: Bordeaux. HEX triplet: 49, 19 and 1B. RGB value is (73,25,27). Sum of RGB (Red+Green+Blue) = 73+25+27=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49191B is #B6E6E4. Grayscale: #272727. Windows color (decimal): -11986661 or 1775945. OLE color: 1775945.

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

Color convert

RGB 73 25 27 -
CMYK 0 0.66 0.63 0.71
HSL 357.5º 0.49% 0.19% -
HSV(B) 357.5º 0.66% 0.29% -
XYZ 3.29 2.19 1.29 -
YUV 39.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 73 25 27 0 0.66 0.63 0.71 357.5 0.49 0.19
Hex 49 19 1B 0 42 3F 47 166 31 13
Octal 111 31 33 0 102 77 107 546 61 23
Binary 1001001 11001 11011 0 1000010 111111 1000111 101100110 110001 10011

Color Harmonies of #49191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49191B

Black with #49191B

Text Example


Text Example

White with #49191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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