Html Css Color HEX #49101C Bordeaux

📋 copy color: '#49101C'

red 73 ◦ green 16 ◦ blue 28

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

Shades of Bordeaux #49101C

Tints of Bordeaux #49101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.68%

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

R = 62.39%
G = 13.68%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#49101C (or 0x49101C) is known color: Bordeaux. HEX triplet: 49, 10 and 1C. RGB value is (73,16,28). Sum of RGB (Red+Green+Blue) = 73+16+28=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #49101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49101C is #B6EFE3. Grayscale: #222222. Windows color (decimal): -11988964 or 1839177. OLE color: 1839177.

HSL color Cylindrical-coordinate representation of color #49101C: hue angle of 347.37º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49101C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 16 28 -
CMYK 0 0.78 0.62 0.71
HSL 347.37º 0.64% 0.17% -
HSV(B) 347.37º 0.78% 0.29% -
XYZ 3.14 1.87 1.29 -
YUV 34.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 73 16 28 0 0.78 0.62 0.71 347.37 0.64 0.17
Hex 49 10 1C 0 4E 3E 47 15B 40 11
Octal 111 20 34 0 116 76 107 533 100 21
Binary 1001001 10000 11100 0 1001110 111110 1000111 101011011 1000000 10001

Color Harmonies of #49101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49101C

Black with #49101C

Text Example


Text Example

White with #49101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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