Html Css Color HEX #491D29 Bordeaux

📋 copy color: '#491D29'

red 73 ◦ green 29 ◦ blue 41

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

Shades of Bordeaux #491D29

Tints of Bordeaux #491D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.67%

R = 51.05%
G = 20.28%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#491D29 (or 0x491D29) is known color: Bordeaux. HEX triplet: 49, 1D and 29. RGB value is (73,29,41). Sum of RGB (Red+Green+Blue) = 73+29+41=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #491D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D29 is #B6E2D6. Grayscale: #2B2B2B. Windows color (decimal): -11985623 or 2694473. OLE color: 2694473.

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

Color convert

RGB 73 29 41 -
CMYK 0 0.60 0.44 0.71
HSL 343.64º 0.43% 0.2% -
HSV(B) 343.64º 0.6% 0.29% -
XYZ 3.59 2.46 2.38 -
YUV 43.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 73 29 41 0 0.60 0.44 0.71 343.64 0.43 0.2
Hex 49 1D 29 0 3C 2C 47 158 2B 14
Octal 111 35 51 0 74 54 107 530 53 24
Binary 1001001 11101 101001 0 111100 101100 1000111 101011000 101011 10100

Color Harmonies of #491D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D29

Black with #491D29

Text Example


Text Example

White with #491D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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