Html Css Color HEX #49051B Bordeaux

📋 copy color: '#49051B'

red 73 ◦ green 5 ◦ blue 27

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

Shades of Bordeaux #49051B

Tints of Bordeaux #49051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.76%

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

R = 69.52%
G = 4.76%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49051B (or 0x49051B) is known color: Bordeaux. HEX triplet: 49, 05 and 1B. RGB value is (73,5,27). Sum of RGB (Red+Green+Blue) = 73+5+27=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #49051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49051B is #B6FAE4. Grayscale: #1B1B1B. Windows color (decimal): -11991781 or 1770825. OLE color: 1770825.

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

Color convert

RGB 73 5 27 -
CMYK 0 0.93 0.63 0.71
HSL 340.59º 0.87% 0.15% -
HSV(B) 340.59º 0.93% 0.29% -
XYZ 3 1.6 1.19 -
YUV 27.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 73 5 27 0 0.93 0.63 0.71 340.59 0.87 0.15
Hex 49 5 1B 0 5D 3F 47 155 57 F
Octal 111 5 33 0 135 77 107 525 127 17
Binary 1001001 101 11011 0 1011101 111111 1000111 101010101 1010111 1111

Color Harmonies of #49051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49051B

Black with #49051B

Text Example


Text Example

White with #49051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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