Html Css Color HEX #490316 Bordeaux

📋 copy color: '#490316'

red 73 ◦ green 3 ◦ blue 22

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

Shades of Bordeaux #490316

Tints of Bordeaux #490316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.06%

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

R = 74.49%
G = 3.06%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#490316 (or 0x490316) is known color: Bordeaux. HEX triplet: 49, 03 and 16. RGB value is (73,3,22). Sum of RGB (Red+Green+Blue) = 73+3+22=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #490316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490316 is #B6FCE9. Grayscale: #1A1A1A. Windows color (decimal): -11992298 or 1442633. OLE color: 1442633.

HSL color Cylindrical-coordinate representation of color #490316: hue angle of 343.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490316 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 3 22 -
CMYK 0 0.96 0.70 0.71
HSL 343.71º 0.92% 0.15% -
HSV(B) 343.71º 0.96% 0.29% -
XYZ 2.93 1.54 0.9 -
YUV 26.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 73 3 22 0 0.96 0.70 0.71 343.71 0.92 0.15
Hex 49 3 16 0 60 46 47 158 5C F
Octal 111 3 26 0 140 106 107 530 134 17
Binary 1001001 11 10110 0 1100000 1000110 1000111 101011000 1011100 1111

Color Harmonies of #490316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490316

Black with #490316

Text Example


Text Example

White with #490316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490316; }

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

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

background-color css

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

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

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

border-color css

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

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

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