Html Css Color HEX #490D1F Bordeaux

📋 copy color: '#490D1F'

red 73 ◦ green 13 ◦ blue 31

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

Shades of Bordeaux #490D1F

Tints of Bordeaux #490D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.5%

R = 62.39%
G = 11.11%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#490D1F (or 0x490D1F) is known color: Bordeaux. HEX triplet: 49, 0D and 1F. RGB value is (73,13,31). Sum of RGB (Red+Green+Blue) = 73+13+31=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #490D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D1F is #B6F2E0. Grayscale: #202020. Windows color (decimal): -11989729 or 2035017. OLE color: 2035017.

HSL color Cylindrical-coordinate representation of color #490D1F: hue angle of 342º 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 #490D1F is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 13 31 -
CMYK 0 0.82 0.58 0.71
HSL 342º 0.7% 0.17% -
HSV(B) 342º 0.82% 0.29% -
XYZ 3.14 1.8 1.48 -
YUV 32.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 73 13 31 0 0.82 0.58 0.71 342 0.7 0.17
Hex 49 D 1F 0 52 3A 47 156 46 11
Octal 111 15 37 0 122 72 107 526 106 21
Binary 1001001 1101 11111 0 1010010 111010 1000111 101010110 1000110 10001

Color Harmonies of #490D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490D1F

Black with #490D1F

Text Example


Text Example

White with #490D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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