Html Css Color HEX #490D1C Bordeaux

📋 copy color: '#490D1C'

red 73 ◦ green 13 ◦ blue 28

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

Shades of Bordeaux #490D1C

Tints of Bordeaux #490D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 24.56%

R = 64.04%
G = 11.4%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#490D1C (or 0x490D1C) is known color: Bordeaux. HEX triplet: 49, 0D and 1C. RGB value is (73,13,28). Sum of RGB (Red+Green+Blue) = 73+13+28=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #490D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D1C is #B6F2E3. Grayscale: #202020. Windows color (decimal): -11989732 or 1838409. OLE color: 1838409.

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

Color convert

RGB 73 13 28 -
CMYK 0 0.82 0.62 0.71
HSL 345º 0.7% 0.17% -
HSV(B) 345º 0.82% 0.29% -
XYZ 3.1 1.79 1.28 -
YUV 32.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 73 13 28 0 0.82 0.62 0.71 345 0.7 0.17
Hex 49 D 1C 0 52 3E 47 159 46 11
Octal 111 15 34 0 122 76 107 531 106 21
Binary 1001001 1101 11100 0 1010010 111110 1000111 101011001 1000110 10001

Color Harmonies of #490D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490D1C

Black with #490D1C

Text Example


Text Example

White with #490D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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