Html Css Color HEX #49071F Bordeaux

📋 copy color: '#49071F'

red 73 ◦ green 7 ◦ blue 31

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

Shades of Bordeaux #49071F

Tints of Bordeaux #49071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.31%

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

R = 65.77%
G = 6.31%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49071F (or 0x49071F) is known color: Bordeaux. HEX triplet: 49, 07 and 1F. RGB value is (73,7,31). Sum of RGB (Red+Green+Blue) = 73+7+31=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #49071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49071F is #B6F8E0. Grayscale: #1D1D1D. Windows color (decimal): -11991265 or 2033481. OLE color: 2033481.

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

Color convert

RGB 73 7 31 -
CMYK 0 0.90 0.58 0.71
HSL 338.18º 0.83% 0.16% -
HSV(B) 338.18º 0.9% 0.29% -
XYZ 3.07 1.67 1.46 -
YUV 29.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 73 7 31 0 0.90 0.58 0.71 338.18 0.83 0.16
Hex 49 7 1F 0 5A 3A 47 152 52 10
Octal 111 7 37 0 132 72 107 522 122 20
Binary 1001001 111 11111 0 1011010 111010 1000111 101010010 1010010 10000

Color Harmonies of #49071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49071F

Black with #49071F

Text Example


Text Example

White with #49071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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