Html Css Color HEX #490219 Bordeaux

📋 copy color: '#490219'

red 73 ◦ green 2 ◦ blue 25

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

Shades of Bordeaux #490219

Tints of Bordeaux #490219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2%

 BLUE value IS 25 (10.16% from 255) = 25%

R = 73%
G = 2%
B = 25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#490219 (or 0x490219) is known color: Bordeaux. HEX triplet: 49, 02 and 19. RGB value is (73,2,25). Sum of RGB (Red+Green+Blue) = 73+2+25=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #490219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490219 is #B6FDE6. Grayscale: #191919. Windows color (decimal): -11992551 or 1638985. OLE color: 1638985.

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

Color convert

RGB 73 2 25 -
CMYK 0 0.97 0.66 0.71
HSL 340.56º 0.95% 0.15% -
HSV(B) 340.56º 0.97% 0.29% -
XYZ 2.94 1.53 1.06 -
YUV 25.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 73 2 25 0 0.97 0.66 0.71 340.56 0.95 0.15
Hex 49 2 19 0 61 42 47 155 5F F
Octal 111 2 31 0 141 102 107 525 137 17
Binary 1001001 10 11001 0 1100001 1000010 1000111 101010101 1011111 1111

Color Harmonies of #490219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490219

Black with #490219

Text Example


Text Example

White with #490219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490219; }

 p { color: rgb(73,2,25); }

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

background-color css

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

 a { background-color: rgb(73,2,25); }

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

border-color css

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

 span { border-color: rgb(73,2,25); }

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