Html Css Color HEX #490D1B Bordeaux

📋 copy color: '#490D1B'

red 73 ◦ green 13 ◦ blue 27

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

Shades of Bordeaux #490D1B

Tints of Bordeaux #490D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.5%

 BLUE value IS 27 (10.94% from 255) = 23.89%

R = 64.6%
G = 11.5%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#490D1B (or 0x490D1B) is known color: Bordeaux. HEX triplet: 49, 0D and 1B. RGB value is (73,13,27). Sum of RGB (Red+Green+Blue) = 73+13+27=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #490D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D1B is #B6F2E4. Grayscale: #202020. Windows color (decimal): -11989733 or 1772873. OLE color: 1772873.

HSL color Cylindrical-coordinate representation of color #490D1B: hue angle of 346º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #490D1B is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 13 27 -
CMYK 0 0.82 0.63 0.71
HSL 346º 0.7% 0.17% -
HSV(B) 346º 0.82% 0.29% -
XYZ 3.09 1.78 1.22 -
YUV 32.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 73 13 27 0 0.82 0.63 0.71 346 0.7 0.17
Hex 49 D 1B 0 52 3F 47 15A 46 11
Octal 111 15 33 0 122 77 107 532 106 21
Binary 1001001 1101 11011 0 1010010 111111 1000111 101011010 1000110 10001

Color Harmonies of #490D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490D1B

Black with #490D1B

Text Example


Text Example

White with #490D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490D1B; }

 p { color: rgb(73,13,27); }

 H1.HeaderClassName
 {
   color: #490D1B;
 }
 .AnyTagClassName
 {
   color: #490D1B;
 }
</style>

background-color css

<style>
 a { background-color: #490D1B; }

 a { background-color: rgb(73,13,27); }

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

border-color css

<style>
 span { border-color: #490D1B; }

 span { border-color: rgb(73,13,27); }

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