Html Css Color HEX #491A26 Bordeaux

📋 copy color: '#491A26'

red 73 ◦ green 26 ◦ blue 38

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

Shades of Bordeaux #491A26

Tints of Bordeaux #491A26

RGB

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

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

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

R = 53.28%
G = 18.98%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#491A26 (or 0x491A26) is known color: Bordeaux. HEX triplet: 49, 1A and 26. RGB value is (73,26,38). Sum of RGB (Red+Green+Blue) = 73+26+38=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #491A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A26 is #B6E5D9. Grayscale: #292929. Windows color (decimal): -11986394 or 2497097. OLE color: 2497097.

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

Color convert

RGB 73 26 38 -
CMYK 0 0.64 0.48 0.71
HSL 344.68º 0.47% 0.19% -
HSV(B) 344.68º 0.64% 0.29% -
XYZ 3.47 2.3 2.09 -
YUV 41.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 73 26 38 0 0.64 0.48 0.71 344.68 0.47 0.19
Hex 49 1A 26 0 40 30 47 159 2F 13
Octal 111 32 46 0 100 60 107 531 57 23
Binary 1001001 11010 100110 0 1000000 110000 1000111 101011001 101111 10011

Color Harmonies of #491A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A26

Black with #491A26

Text Example


Text Example

White with #491A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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