Html Css Color HEX #49091D Bordeaux

📋 copy color: '#49091D'

red 73 ◦ green 9 ◦ blue 29

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

Shades of Bordeaux #49091D

Tints of Bordeaux #49091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.11%

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

R = 65.77%
G = 8.11%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#49091D (or 0x49091D) is known color: Bordeaux. HEX triplet: 49, 09 and 1D. RGB value is (73,9,29). Sum of RGB (Red+Green+Blue) = 73+9+29=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #49091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49091D is #B6F6E2. Grayscale: #1E1E1E. Windows color (decimal): -11990755 or 1902921. OLE color: 1902921.

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

Color convert

RGB 73 9 29 -
CMYK 0 0.88 0.60 0.71
HSL 341.25º 0.78% 0.16% -
HSV(B) 341.25º 0.88% 0.29% -
XYZ 3.07 1.7 1.33 -
YUV 30.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 73 9 29 0 0.88 0.60 0.71 341.25 0.78 0.16
Hex 49 9 1D 0 58 3C 47 155 4E 10
Octal 111 11 35 0 130 74 107 525 116 20
Binary 1001001 1001 11101 0 1011000 111100 1000111 101010101 1001110 10000

Color Harmonies of #49091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49091D

Black with #49091D

Text Example


Text Example

White with #49091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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