Html Css Color HEX #49101E Bordeaux

📋 copy color: '#49101E'

red 73 ◦ green 16 ◦ blue 30

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

Shades of Bordeaux #49101E

Tints of Bordeaux #49101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.45%

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

R = 61.34%
G = 13.45%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#49101E (or 0x49101E) is known color: Bordeaux. HEX triplet: 49, 10 and 1E. RGB value is (73,16,30). Sum of RGB (Red+Green+Blue) = 73+16+30=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #49101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49101E is #B6EFE1. Grayscale: #222222. Windows color (decimal): -11988962 or 1970249. OLE color: 1970249.

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

Color convert

RGB 73 16 30 -
CMYK 0 0.78 0.59 0.71
HSL 345.26º 0.64% 0.17% -
HSV(B) 345.26º 0.78% 0.29% -
XYZ 3.17 1.88 1.42 -
YUV 34.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 73 16 30 0 0.78 0.59 0.71 345.26 0.64 0.17
Hex 49 10 1E 0 4E 3B 47 159 40 11
Octal 111 20 36 0 116 73 107 531 100 21
Binary 1001001 10000 11110 0 1001110 111011 1000111 101011001 1000000 10001

Color Harmonies of #49101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49101E

Black with #49101E

Text Example


Text Example

White with #49101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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