Html Css Color HEX #491219 Bordeaux

📋 copy color: '#491219'

red 73 ◦ green 18 ◦ blue 25

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

Shades of Bordeaux #491219

Tints of Bordeaux #491219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.52%

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

R = 62.93%
G = 15.52%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#491219 (or 0x491219) is known color: Bordeaux. HEX triplet: 49, 12 and 19. RGB value is (73,18,25). Sum of RGB (Red+Green+Blue) = 73+18+25=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #491219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491219 is #B6EDE6. Grayscale: #232323. Windows color (decimal): -11988455 or 1643081. OLE color: 1643081.

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

Color convert

RGB 73 18 25 -
CMYK 0 0.75 0.66 0.71
HSL 352.36º 0.6% 0.18% -
HSV(B) 352.36º 0.75% 0.29% -
XYZ 3.14 1.92 1.12 -
YUV 35.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 73 18 25 0 0.75 0.66 0.71 352.36 0.6 0.18
Hex 49 12 19 0 4B 42 47 160 3C 12
Octal 111 22 31 0 113 102 107 540 74 22
Binary 1001001 10010 11001 0 1001011 1000010 1000111 101100000 111100 10010

Color Harmonies of #491219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491219

Black with #491219

Text Example


Text Example

White with #491219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491219; }

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

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

background-color css

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

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

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

border-color css

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

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

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