Html Css Color HEX #490A1B Bordeaux

📋 copy color: '#490A1B'

red 73 ◦ green 10 ◦ blue 27

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

Shades of Bordeaux #490A1B

Tints of Bordeaux #490A1B

RGB

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

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

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

R = 66.36%
G = 9.09%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#490A1B (or 0x490A1B) is known color: Bordeaux. HEX triplet: 49, 0A and 1B. RGB value is (73,10,27). Sum of RGB (Red+Green+Blue) = 73+10+27=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #490A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A1B is #B6F5E4. Grayscale: #1E1E1E. Windows color (decimal): -11990501 or 1772105. OLE color: 1772105.

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

Color convert

RGB 73 10 27 -
CMYK 0 0.86 0.63 0.71
HSL 343.81º 0.76% 0.16% -
HSV(B) 343.81º 0.86% 0.29% -
XYZ 3.05 1.71 1.21 -
YUV 30.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 73 10 27 0 0.86 0.63 0.71 343.81 0.76 0.16
Hex 49 A 1B 0 56 3F 47 158 4C 10
Octal 111 12 33 0 126 77 107 530 114 20
Binary 1001001 1010 11011 0 1010110 111111 1000111 101011000 1001100 10000

Color Harmonies of #490A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A1B

Black with #490A1B

Text Example


Text Example

White with #490A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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