Html Css Color HEX #49191C Bordeaux

📋 copy color: '#49191C'

red 73 ◦ green 25 ◦ blue 28

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

Shades of Bordeaux #49191C

Tints of Bordeaux #49191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.22%

R = 57.94%
G = 19.84%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#49191C (or 0x49191C) is known color: Bordeaux. HEX triplet: 49, 19 and 1C. RGB value is (73,25,28). Sum of RGB (Red+Green+Blue) = 73+25+28=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #49191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49191C is #B6E6E3. Grayscale: #272727. Windows color (decimal): -11986660 or 1841481. OLE color: 1841481.

HSL color Cylindrical-coordinate representation of color #49191C: hue angle of 356.25º 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 #49191C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 25 28 -
CMYK 0 0.66 0.62 0.71
HSL 356.25º 0.49% 0.19% -
HSV(B) 356.25º 0.66% 0.29% -
XYZ 3.3 2.2 1.35 -
YUV 39.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 73 25 28 0 0.66 0.62 0.71 356.25 0.49 0.19
Hex 49 19 1C 0 42 3E 47 164 31 13
Octal 111 31 34 0 102 76 107 544 61 23
Binary 1001001 11001 11100 0 1000010 111110 1000111 101100100 110001 10011

Color Harmonies of #49191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49191C

Black with #49191C

Text Example


Text Example

White with #49191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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