Html Css Color HEX #490215 Bordeaux

📋 copy color: '#490215'

red 73 ◦ green 2 ◦ blue 21

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

Shades of Bordeaux #490215

Tints of Bordeaux #490215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 21.88%

R = 76.04%
G = 2.08%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#490215 (or 0x490215) is known color: Bordeaux. HEX triplet: 49, 02 and 15. RGB value is (73,2,21). Sum of RGB (Red+Green+Blue) = 73+2+21=96 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.04% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 73 - color contains mainly: red. Hex color #490215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490215 is #B6FDEA. Grayscale: #191919. Windows color (decimal): -11992555 or 1376841. OLE color: 1376841.

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

Color convert

RGB 73 2 21 -
CMYK 0 0.97 0.71 0.71
HSL 343.94º 0.95% 0.15% -
HSV(B) 343.94º 0.97% 0.29% -
XYZ 2.9 1.51 0.85 -
YUV 25.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 73 2 21 0 0.97 0.71 0.71 343.94 0.95 0.15
Hex 49 2 15 0 61 47 47 158 5F F
Octal 111 2 25 0 141 107 107 530 137 17
Binary 1001001 10 10101 0 1100001 1000111 1000111 101011000 1011111 1111

Color Harmonies of #490215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490215

Black with #490215

Text Example


Text Example

White with #490215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490215; }

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

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

background-color css

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

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

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

border-color css

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

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

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