Html Css Color HEX #490315 Bordeaux

📋 copy color: '#490315'

red 73 ◦ green 3 ◦ blue 21

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

Shades of Bordeaux #490315

Tints of Bordeaux #490315

RGB

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

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

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

R = 75.26%
G = 3.09%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#490315 (or 0x490315) is known color: Bordeaux. HEX triplet: 49, 03 and 15. RGB value is (73,3,21). Sum of RGB (Red+Green+Blue) = 73+3+21=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #490315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490315 is #B6FCEA. Grayscale: #191919. Windows color (decimal): -11992299 or 1377097. OLE color: 1377097.

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

Color convert

RGB 73 3 21 -
CMYK 0 0.96 0.71 0.71
HSL 344.57º 0.92% 0.15% -
HSV(B) 344.57º 0.96% 0.29% -
XYZ 2.92 1.54 0.85 -
YUV 25.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 73 3 21 0 0.96 0.71 0.71 344.57 0.92 0.15
Hex 49 3 15 0 60 47 47 159 5C F
Octal 111 3 25 0 140 107 107 531 134 17
Binary 1001001 11 10101 0 1100000 1000111 1000111 101011001 1011100 1111

Color Harmonies of #490315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490315

Black with #490315

Text Example


Text Example

White with #490315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490315; }

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

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

background-color css

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

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

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

border-color css

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

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

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