Html Css Color HEX #490815 Bordeaux

📋 copy color: '#490815'

red 73 ◦ green 8 ◦ blue 21

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

Shades of Bordeaux #490815

Tints of Bordeaux #490815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.84%

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

R = 71.57%
G = 7.84%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#490815 (or 0x490815) is known color: Bordeaux. HEX triplet: 49, 08 and 15. RGB value is (73,8,21). Sum of RGB (Red+Green+Blue) = 73+8+21=102 (13% of max value = 765). Red value is 73 (28.91% from 255 or 71.57% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 73 - color contains mainly: red. Hex color #490815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490815 is #B6F7EA. Grayscale: #1C1C1C. Windows color (decimal): -11991019 or 1378377. OLE color: 1378377.

HSL color Cylindrical-coordinate representation of color #490815: hue angle of 348º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490815 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 8 21 -
CMYK 0 0.89 0.71 0.71
HSL 348º 0.8% 0.16% -
HSV(B) 348º 0.89% 0.29% -
XYZ 2.97 1.64 0.87 -
YUV 28.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 73 8 21 0 0.89 0.71 0.71 348 0.8 0.16
Hex 49 8 15 0 59 47 47 15C 50 10
Octal 111 10 25 0 131 107 107 534 120 20
Binary 1001001 1000 10101 0 1011001 1000111 1000111 101011100 1010000 10000

Color Harmonies of #490815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490815

Black with #490815

Text Example


Text Example

White with #490815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490815; }

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

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

background-color css

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

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

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

border-color css

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

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

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