Html Css Color HEX #490A1C Bordeaux

📋 copy color: '#490A1C'

red 73 ◦ green 10 ◦ blue 28

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

Shades of Bordeaux #490A1C

Tints of Bordeaux #490A1C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.01%

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

R = 65.77%
G = 9.01%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#490A1C (or 0x490A1C) is known color: Bordeaux. HEX triplet: 49, 0A and 1C. RGB value is (73,10,28). Sum of RGB (Red+Green+Blue) = 73+10+28=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #490A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A1C is #B6F5E3. Grayscale: #1E1E1E. Windows color (decimal): -11990500 or 1837641. OLE color: 1837641.

HSL color Cylindrical-coordinate representation of color #490A1C: hue angle of 342.86º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A1C is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 10 28 -
CMYK 0 0.86 0.62 0.71
HSL 342.86º 0.76% 0.16% -
HSV(B) 342.86º 0.86% 0.29% -
XYZ 3.07 1.72 1.27 -
YUV 30.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 73 10 28 0 0.86 0.62 0.71 342.86 0.76 0.16
Hex 49 A 1C 0 56 3E 47 157 4C 10
Octal 111 12 34 0 126 76 107 527 114 20
Binary 1001001 1010 11100 0 1010110 111110 1000111 101010111 1001100 10000

Color Harmonies of #490A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A1C

Black with #490A1C

Text Example


Text Example

White with #490A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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