Html Css Color HEX #491A1F Bordeaux

📋 copy color: '#491A1F'

red 73 ◦ green 26 ◦ blue 31

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

Shades of Bordeaux #491A1F

Tints of Bordeaux #491A1F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20%

 BLUE value IS 31 (12.5% from 255) = 23.85%

R = 56.15%
G = 20%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#491A1F (or 0x491A1F) is known color: Bordeaux. HEX triplet: 49, 1A and 1F. RGB value is (73,26,31). Sum of RGB (Red+Green+Blue) = 73+26+31=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #491A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A1F is #B6E5E0. Grayscale: #282828. Windows color (decimal): -11986401 or 2038345. OLE color: 2038345.

HSL color Cylindrical-coordinate representation of color #491A1F: hue angle of 353.62º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #491A1F is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 26 31 -
CMYK 0 0.64 0.58 0.71
HSL 353.62º 0.47% 0.19% -
HSV(B) 353.62º 0.64% 0.29% -
XYZ 3.36 2.25 1.55 -
YUV 40.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 73 26 31 0 0.64 0.58 0.71 353.62 0.47 0.19
Hex 49 1A 1F 0 40 3A 47 162 2F 13
Octal 111 32 37 0 100 72 107 542 57 23
Binary 1001001 11010 11111 0 1000000 111010 1000111 101100010 101111 10011

Color Harmonies of #491A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A1F

Black with #491A1F

Text Example


Text Example

White with #491A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491A1F; }

 p { color: rgb(73,26,31); }

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

background-color css

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

 a { background-color: rgb(73,26,31); }

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

border-color css

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

 span { border-color: rgb(73,26,31); }

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