Html Css Color HEX #491019 Bordeaux

📋 copy color: '#491019'

red 73 ◦ green 16 ◦ blue 25

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

Shades of Bordeaux #491019

Tints of Bordeaux #491019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.04%

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

R = 64.04%
G = 14.04%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#491019 (or 0x491019) is known color: Bordeaux. HEX triplet: 49, 10 and 19. RGB value is (73,16,25). Sum of RGB (Red+Green+Blue) = 73+16+25=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #491019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491019 is #B6EFE6. Grayscale: #222222. Windows color (decimal): -11988967 or 1642569. OLE color: 1642569.

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

Color convert

RGB 73 16 25 -
CMYK 0 0.78 0.66 0.71
HSL 350.53º 0.64% 0.17% -
HSV(B) 350.53º 0.78% 0.29% -
XYZ 3.11 1.86 1.11 -
YUV 34.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 73 16 25 0 0.78 0.66 0.71 350.53 0.64 0.17
Hex 49 10 19 0 4E 42 47 15F 40 11
Octal 111 20 31 0 116 102 107 537 100 21
Binary 1001001 10000 11001 0 1001110 1000010 1000111 101011111 1000000 10001

Color Harmonies of #491019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491019

Black with #491019

Text Example


Text Example

White with #491019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491019; }

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

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

background-color css

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

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

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

border-color css

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

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

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