Html Css Color HEX #490416 Bordeaux

📋 copy color: '#490416'

red 73 ◦ green 4 ◦ blue 22

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

Shades of Bordeaux #490416

Tints of Bordeaux #490416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.04%

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

R = 73.74%
G = 4.04%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#490416 (or 0x490416) is known color: Bordeaux. HEX triplet: 49, 04 and 16. RGB value is (73,4,22). Sum of RGB (Red+Green+Blue) = 73+4+22=99 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73.74% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 73 - color contains mainly: red. Hex color #490416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490416 is #B6FBE9. Grayscale: #1A1A1A. Windows color (decimal): -11992042 or 1442889. OLE color: 1442889.

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

Color convert

RGB 73 4 22 -
CMYK 0 0.95 0.70 0.71
HSL 344.35º 0.9% 0.15% -
HSV(B) 344.35º 0.95% 0.29% -
XYZ 2.94 1.56 0.91 -
YUV 26.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 73 4 22 0 0.95 0.70 0.71 344.35 0.9 0.15
Hex 49 4 16 0 5F 46 47 158 5A F
Octal 111 4 26 0 137 106 107 530 132 17
Binary 1001001 100 10110 0 1011111 1000110 1000111 101011000 1011010 1111

Color Harmonies of #490416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490416

Black with #490416

Text Example


Text Example

White with #490416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490416; }

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

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

background-color css

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

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

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

border-color css

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

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

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