Html Css Color HEX #491D26 Bordeaux

📋 copy color: '#491D26'

red 73 ◦ green 29 ◦ blue 38

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

Shades of Bordeaux #491D26

Tints of Bordeaux #491D26

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.71%

 BLUE value IS 38 (15.23% from 255) = 27.14%

R = 52.14%
G = 20.71%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#491D26 (or 0x491D26) is known color: Bordeaux. HEX triplet: 49, 1D and 26. RGB value is (73,29,38). Sum of RGB (Red+Green+Blue) = 73+29+38=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #491D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D26 is #B6E2D9. Grayscale: #2B2B2B. Windows color (decimal): -11985626 or 2497865. OLE color: 2497865.

HSL color Cylindrical-coordinate representation of color #491D26: hue angle of 347.73º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D26 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 29 38 -
CMYK 0 0.60 0.48 0.71
HSL 347.73º 0.43% 0.2% -
HSV(B) 347.73º 0.6% 0.29% -
XYZ 3.54 2.44 2.12 -
YUV 43.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 73 29 38 0 0.60 0.48 0.71 347.73 0.43 0.2
Hex 49 1D 26 0 3C 30 47 15C 2B 14
Octal 111 35 46 0 74 60 107 534 53 24
Binary 1001001 11101 100110 0 111100 110000 1000111 101011100 101011 10100

Color Harmonies of #491D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D26

Black with #491D26

Text Example


Text Example

White with #491D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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