Html Css Color HEX #49121D Bordeaux

📋 copy color: '#49121D'

red 73 ◦ green 18 ◦ blue 29

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

Shades of Bordeaux #49121D

Tints of Bordeaux #49121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15%

 BLUE value IS 29 (11.72% from 255) = 24.17%

R = 60.83%
G = 15%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#49121D (or 0x49121D) is known color: Bordeaux. HEX triplet: 49, 12 and 1D. RGB value is (73,18,29). Sum of RGB (Red+Green+Blue) = 73+18+29=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49121D is #B6EDE2. Grayscale: #232323. Windows color (decimal): -11988451 or 1905225. OLE color: 1905225.

HSL color Cylindrical-coordinate representation of color #49121D: hue angle of 348º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49121D is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 18 29 -
CMYK 0 0.75 0.60 0.71
HSL 348º 0.6% 0.18% -
HSV(B) 348º 0.75% 0.29% -
XYZ 3.19 1.94 1.37 -
YUV 35.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 73 18 29 0 0.75 0.60 0.71 348 0.6 0.18
Hex 49 12 1D 0 4B 3C 47 15C 3C 12
Octal 111 22 35 0 113 74 107 534 74 22
Binary 1001001 10010 11101 0 1001011 111100 1000111 101011100 111100 10010

Color Harmonies of #49121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49121D

Black with #49121D

Text Example


Text Example

White with #49121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49121D; }

 p { color: rgb(73,18,29); }

 H1.HeaderClassName
 {
   color: #49121D;
 }
 .AnyTagClassName
 {
   color: #49121D;
 }
</style>

background-color css

<style>
 a { background-color: #49121D; }

 a { background-color: rgb(73,18,29); }

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

border-color css

<style>
 span { border-color: #49121D; }

 span { border-color: rgb(73,18,29); }

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