Html Css Color HEX #491119 Bordeaux

📋 copy color: '#491119'

red 73 ◦ green 17 ◦ blue 25

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

Shades of Bordeaux #491119

Tints of Bordeaux #491119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.78%

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

R = 63.48%
G = 14.78%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#491119 (or 0x491119) is known color: Bordeaux. HEX triplet: 49, 11 and 19. RGB value is (73,17,25). Sum of RGB (Red+Green+Blue) = 73+17+25=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #491119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491119 is #B6EEE6. Grayscale: #222222. Windows color (decimal): -11988711 or 1642825. OLE color: 1642825.

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

Color convert

RGB 73 17 25 -
CMYK 0 0.77 0.66 0.71
HSL 351.43º 0.62% 0.18% -
HSV(B) 351.43º 0.77% 0.29% -
XYZ 3.12 1.89 1.12 -
YUV 34.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 73 17 25 0 0.77 0.66 0.71 351.43 0.62 0.18
Hex 49 11 19 0 4D 42 47 15F 3E 12
Octal 111 21 31 0 115 102 107 537 76 22
Binary 1001001 10001 11001 0 1001101 1000010 1000111 101011111 111110 10010

Color Harmonies of #491119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491119

Black with #491119

Text Example


Text Example

White with #491119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491119; }

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

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

background-color css

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

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

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

border-color css

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

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

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