Html Css Color HEX #491326 Bordeaux

📋 copy color: '#491326'

red 73 ◦ green 19 ◦ blue 38

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

Shades of Bordeaux #491326

Tints of Bordeaux #491326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.62%

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

R = 56.15%
G = 14.62%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#491326 (or 0x491326) is known color: Bordeaux. HEX triplet: 49, 13 and 26. RGB value is (73,19,38). Sum of RGB (Red+Green+Blue) = 73+19+38=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #491326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491326 is #B6ECD9. Grayscale: #252525. Windows color (decimal): -11988186 or 2495305. OLE color: 2495305.

HSL color Cylindrical-coordinate representation of color #491326: hue angle of 338.89º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491326 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 19 38 -
CMYK 0 0.74 0.48 0.71
HSL 338.89º 0.59% 0.18% -
HSV(B) 338.89º 0.74% 0.29% -
XYZ 3.33 2.02 2.05 -
YUV 37.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 73 19 38 0 0.74 0.48 0.71 338.89 0.59 0.18
Hex 49 13 26 0 4A 30 47 153 3B 12
Octal 111 23 46 0 112 60 107 523 73 22
Binary 1001001 10011 100110 0 1001010 110000 1000111 101010011 111011 10010

Color Harmonies of #491326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491326

Black with #491326

Text Example


Text Example

White with #491326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491326; }

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

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

background-color css

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

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

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

border-color css

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

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

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