Html Css Color HEX #491519 Bordeaux

📋 copy color: '#491519'

red 73 ◦ green 21 ◦ blue 25

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

Shades of Bordeaux #491519

Tints of Bordeaux #491519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.65%

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

R = 61.34%
G = 17.65%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#491519 (or 0x491519) is known color: Bordeaux. HEX triplet: 49, 15 and 19. RGB value is (73,21,25). Sum of RGB (Red+Green+Blue) = 73+21+25=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #491519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491519 is #B6EAE6. Grayscale: #252525. Windows color (decimal): -11987687 or 1643849. OLE color: 1643849.

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

Color convert

RGB 73 21 25 -
CMYK 0 0.71 0.66 0.71
HSL 355.38º 0.55% 0.18% -
HSV(B) 355.38º 0.71% 0.29% -
XYZ 3.19 2.02 1.14 -
YUV 37 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 73 21 25 0 0.71 0.66 0.71 355.38 0.55 0.18
Hex 49 15 19 0 47 42 47 163 37 12
Octal 111 25 31 0 107 102 107 543 67 22
Binary 1001001 10101 11001 0 1000111 1000010 1000111 101100011 110111 10010

Color Harmonies of #491519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491519

Black with #491519

Text Example


Text Example

White with #491519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491519; }

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

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

background-color css

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

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

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

border-color css

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

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

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