Html Css Color HEX #49151F Bordeaux

📋 copy color: '#49151F'

red 73 ◦ green 21 ◦ blue 31

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

Shades of Bordeaux #49151F

Tints of Bordeaux #49151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

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

R = 58.4%
G = 16.8%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49151F (or 0x49151F) is known color: Bordeaux. HEX triplet: 49, 15 and 1F. RGB value is (73,21,31). Sum of RGB (Red+Green+Blue) = 73+21+31=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49151F is #B6EAE0. Grayscale: #252525. Windows color (decimal): -11987681 or 2037065. OLE color: 2037065.

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

Color convert

RGB 73 21 31 -
CMYK 0 0.71 0.58 0.71
HSL 348.46º 0.55% 0.18% -
HSV(B) 348.46º 0.71% 0.29% -
XYZ 3.26 2.05 1.52 -
YUV 37.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 73 21 31 0 0.71 0.58 0.71 348.46 0.55 0.18
Hex 49 15 1F 0 47 3A 47 15C 37 12
Octal 111 25 37 0 107 72 107 534 67 22
Binary 1001001 10101 11111 0 1000111 111010 1000111 101011100 110111 10010

Color Harmonies of #49151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49151F

Black with #49151F

Text Example


Text Example

White with #49151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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