Html Css Color HEX #49011B Bordeaux

📋 copy color: '#49011B'

red 73 ◦ green 1 ◦ blue 27

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

Shades of Bordeaux #49011B

Tints of Bordeaux #49011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.99%

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

R = 72.28%
G = 0.99%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49011B (or 0x49011B) is known color: Bordeaux. HEX triplet: 49, 01 and 1B. RGB value is (73,1,27). Sum of RGB (Red+Green+Blue) = 73+1+27=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #49011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49011B is #B6FEE4. Grayscale: #191919. Windows color (decimal): -11992805 or 1769801. OLE color: 1769801.

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

Color convert

RGB 73 1 27 -
CMYK 0 0.99 0.63 0.71
HSL 338.33º 0.97% 0.15% -
HSV(B) 338.33º 0.99% 0.29% -
XYZ 2.96 1.52 1.17 -
YUV 25.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 73 1 27 0 0.99 0.63 0.71 338.33 0.97 0.15
Hex 49 1 1B 0 63 3F 47 152 61 F
Octal 111 1 33 0 143 77 107 522 141 17
Binary 1001001 1 11011 0 1100011 111111 1000111 101010010 1100001 1111

Color Harmonies of #49011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49011B

Black with #49011B

Text Example


Text Example

White with #49011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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