Html Css Color HEX #491120 Bordeaux

📋 copy color: '#491120'

red 73 ◦ green 17 ◦ blue 32

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

Shades of Bordeaux #491120

Tints of Bordeaux #491120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.93%

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

R = 59.84%
G = 13.93%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#491120 (or 0x491120) is known color: Bordeaux. HEX triplet: 49, 11 and 20. RGB value is (73,17,32). Sum of RGB (Red+Green+Blue) = 73+17+32=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #491120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491120 is #B6EEDF. Grayscale: #232323. Windows color (decimal): -11988704 or 2101577. OLE color: 2101577.

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

Color convert

RGB 73 17 32 -
CMYK 0 0.77 0.56 0.71
HSL 343.93º 0.62% 0.18% -
HSV(B) 343.93º 0.77% 0.29% -
XYZ 3.21 1.92 1.57 -
YUV 35.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 73 17 32 0 0.77 0.56 0.71 343.93 0.62 0.18
Hex 49 11 20 0 4D 38 47 158 3E 12
Octal 111 21 40 0 115 70 107 530 76 22
Binary 1001001 10001 100000 0 1001101 111000 1000111 101011000 111110 10010

Color Harmonies of #491120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491120

Black with #491120

Text Example


Text Example

White with #491120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491120; }

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

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

background-color css

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

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

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

border-color css

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

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

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