Html Css Color HEX #49111E Bordeaux

📋 copy color: '#49111E'

red 73 ◦ green 17 ◦ blue 30

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

Shades of Bordeaux #49111E

Tints of Bordeaux #49111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.17%

 BLUE value IS 30 (12.11% from 255) = 25%

R = 60.83%
G = 14.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#49111E (or 0x49111E) is known color: Bordeaux. HEX triplet: 49, 11 and 1E. RGB value is (73,17,30). Sum of RGB (Red+Green+Blue) = 73+17+30=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49111E is #B6EEE1. Grayscale: #232323. Windows color (decimal): -11988706 or 1970505. OLE color: 1970505.

HSL color Cylindrical-coordinate representation of color #49111E: hue angle of 346.07º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49111E is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 17 30 -
CMYK 0 0.77 0.59 0.71
HSL 346.07º 0.62% 0.18% -
HSV(B) 346.07º 0.77% 0.29% -
XYZ 3.18 1.91 1.43 -
YUV 35.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 73 17 30 0 0.77 0.59 0.71 346.07 0.62 0.18
Hex 49 11 1E 0 4D 3B 47 15A 3E 12
Octal 111 21 36 0 115 73 107 532 76 22
Binary 1001001 10001 11110 0 1001101 111011 1000111 101011010 111110 10010

Color Harmonies of #49111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49111E

Black with #49111E

Text Example


Text Example

White with #49111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49111E; }

 p { color: rgb(73,17,30); }

 H1.HeaderClassName
 {
   color: #49111E;
 }
 .AnyTagClassName
 {
   color: #49111E;
 }
</style>

background-color css

<style>
 a { background-color: #49111E; }

 a { background-color: rgb(73,17,30); }

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

border-color css

<style>
 span { border-color: #49111E; }

 span { border-color: rgb(73,17,30); }

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