Html Css Color HEX #49101A Bordeaux

📋 copy color: '#49101A'

red 73 ◦ green 16 ◦ blue 26

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

Shades of Bordeaux #49101A

Tints of Bordeaux #49101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.61%

R = 63.48%
G = 13.91%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49101A (or 0x49101A) is known color: Bordeaux. HEX triplet: 49, 10 and 1A. RGB value is (73,16,26). Sum of RGB (Red+Green+Blue) = 73+16+26=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #49101A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49101A is #B6EFE5. Grayscale: #222222. Windows color (decimal): -11988966 or 1708105. OLE color: 1708105.

HSL color Cylindrical-coordinate representation of color #49101A: hue angle of 349.47º 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 #49101A is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 16 26 -
CMYK 0 0.78 0.64 0.71
HSL 349.47º 0.64% 0.17% -
HSV(B) 349.47º 0.78% 0.29% -
XYZ 3.12 1.86 1.17 -
YUV 34.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 73 16 26 0 0.78 0.64 0.71 349.47 0.64 0.17
Hex 49 10 1A 0 4E 40 47 15D 40 11
Octal 111 20 32 0 116 100 107 535 100 21
Binary 1001001 10000 11010 0 1001110 1000000 1000111 101011101 1000000 10001

Color Harmonies of #49101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49101A

Black with #49101A

Text Example


Text Example

White with #49101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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