Html Css Color HEX #49091F Bordeaux

📋 copy color: '#49091F'

red 73 ◦ green 9 ◦ blue 31

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

Shades of Bordeaux #49091F

Tints of Bordeaux #49091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.96%

 BLUE value IS 31 (12.5% from 255) = 27.43%

R = 64.6%
G = 7.96%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49091F (or 0x49091F) is known color: Bordeaux. HEX triplet: 49, 09 and 1F. RGB value is (73,9,31). Sum of RGB (Red+Green+Blue) = 73+9+31=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #49091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49091F is #B6F6E0. Grayscale: #1E1E1E. Windows color (decimal): -11990753 or 2033993. OLE color: 2033993.

HSL color Cylindrical-coordinate representation of color #49091F: hue angle of 339.38º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49091F is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 9 31 -
CMYK 0 0.88 0.58 0.71
HSL 339.38º 0.78% 0.16% -
HSV(B) 339.38º 0.88% 0.29% -
XYZ 3.09 1.71 1.46 -
YUV 30.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 73 9 31 0 0.88 0.58 0.71 339.38 0.78 0.16
Hex 49 9 1F 0 58 3A 47 153 4E 10
Octal 111 11 37 0 130 72 107 523 116 20
Binary 1001001 1001 11111 0 1011000 111010 1000111 101010011 1001110 10000

Color Harmonies of #49091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49091F

Black with #49091F

Text Example


Text Example

White with #49091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49091F; }

 p { color: rgb(73,9,31); }

 H1.HeaderClassName
 {
   color: #49091F;
 }
 .AnyTagClassName
 {
   color: #49091F;
 }
</style>

background-color css

<style>
 a { background-color: #49091F; }

 a { background-color: rgb(73,9,31); }

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

border-color css

<style>
 span { border-color: #49091F; }

 span { border-color: rgb(73,9,31); }

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