Html Css Color HEX #491A1D Bordeaux

📋 copy color: '#491A1D'

red 73 ◦ green 26 ◦ blue 29

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

Shades of Bordeaux #491A1D

Tints of Bordeaux #491A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.66%

R = 57.03%
G = 20.31%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#491A1D (or 0x491A1D) is known color: Bordeaux. HEX triplet: 49, 1A and 1D. RGB value is (73,26,29). Sum of RGB (Red+Green+Blue) = 73+26+29=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #491A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A1D is #B6E5E2. Grayscale: #282828. Windows color (decimal): -11986403 or 1907273. OLE color: 1907273.

HSL color Cylindrical-coordinate representation of color #491A1D: hue angle of 356.17º 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 #491A1D is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 26 29 -
CMYK 0 0.64 0.60 0.71
HSL 356.17º 0.47% 0.19% -
HSV(B) 356.17º 0.64% 0.29% -
XYZ 3.34 2.24 1.42 -
YUV 40.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 73 26 29 0 0.64 0.60 0.71 356.17 0.47 0.19
Hex 49 1A 1D 0 40 3C 47 164 2F 13
Octal 111 32 35 0 100 74 107 544 57 23
Binary 1001001 11010 11101 0 1000000 111100 1000111 101100100 101111 10011

Color Harmonies of #491A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A1D

Black with #491A1D

Text Example


Text Example

White with #491A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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