Html Css Color HEX #491320 Bordeaux

📋 copy color: '#491320'

red 73 ◦ green 19 ◦ blue 32

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

Shades of Bordeaux #491320

Tints of Bordeaux #491320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 25.81%

R = 58.87%
G = 15.32%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#491320 (or 0x491320) is known color: Bordeaux. HEX triplet: 49, 13 and 20. RGB value is (73,19,32). Sum of RGB (Red+Green+Blue) = 73+19+32=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #491320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491320 is #B6ECDF. Grayscale: #242424. Windows color (decimal): -11988192 or 2102089. OLE color: 2102089.

HSL color Cylindrical-coordinate representation of color #491320: hue angle of 345.56º 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 #491320 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 19 32 -
CMYK 0 0.74 0.56 0.71
HSL 345.56º 0.59% 0.18% -
HSV(B) 345.56º 0.74% 0.29% -
XYZ 3.24 1.99 1.58 -
YUV 36.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 73 19 32 0 0.74 0.56 0.71 345.56 0.59 0.18
Hex 49 13 20 0 4A 38 47 15A 3B 12
Octal 111 23 40 0 112 70 107 532 73 22
Binary 1001001 10011 100000 0 1001010 111000 1000111 101011010 111011 10010

Color Harmonies of #491320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491320

Black with #491320

Text Example


Text Example

White with #491320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491320; }

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

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

background-color css

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

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

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

border-color css

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

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

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