Html Css Color HEX #490A16 Bordeaux

📋 copy color: '#490A16'

red 73 ◦ green 10 ◦ blue 22

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

Shades of Bordeaux #490A16

Tints of Bordeaux #490A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.95%

R = 69.52%
G = 9.52%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#490A16 (or 0x490A16) is known color: Bordeaux. HEX triplet: 49, 0A and 16. RGB value is (73,10,22). Sum of RGB (Red+Green+Blue) = 73+10+22=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #490A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490A16 is #B6F5E9. Grayscale: #1E1E1E. Windows color (decimal): -11990506 or 1444425. OLE color: 1444425.

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

Color convert

RGB 73 10 22 -
CMYK 0 0.86 0.70 0.71
HSL 348.57º 0.76% 0.16% -
HSV(B) 348.57º 0.86% 0.29% -
XYZ 3 1.69 0.93 -
YUV 30.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 73 10 22 0 0.86 0.70 0.71 348.57 0.76 0.16
Hex 49 A 16 0 56 46 47 15D 4C 10
Octal 111 12 26 0 126 106 107 535 114 20
Binary 1001001 1010 10110 0 1010110 1000110 1000111 101011101 1001100 10000

Color Harmonies of #490A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A16

Black with #490A16

Text Example


Text Example

White with #490A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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