Html Css Color HEX #491122 Bordeaux

📋 copy color: '#491122'

red 73 ◦ green 17 ◦ blue 34

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

Shades of Bordeaux #491122

Tints of Bordeaux #491122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 27.42%

R = 58.87%
G = 13.71%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#491122 (or 0x491122) is known color: Bordeaux. HEX triplet: 49, 11 and 22. RGB value is (73,17,34). Sum of RGB (Red+Green+Blue) = 73+17+34=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #491122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491122 is #B6EEDD. Grayscale: #232323. Windows color (decimal): -11988702 or 2232649. OLE color: 2232649.

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

Color convert

RGB 73 17 34 -
CMYK 0 0.77 0.53 0.71
HSL 341.79º 0.62% 0.18% -
HSV(B) 341.79º 0.77% 0.29% -
XYZ 3.24 1.93 1.72 -
YUV 35.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 73 17 34 0 0.77 0.53 0.71 341.79 0.62 0.18
Hex 49 11 22 0 4D 35 47 156 3E 12
Octal 111 21 42 0 115 65 107 526 76 22
Binary 1001001 10001 100010 0 1001101 110101 1000111 101010110 111110 10010

Color Harmonies of #491122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491122

Black with #491122

Text Example


Text Example

White with #491122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491122; }

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

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

background-color css

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

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

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

border-color css

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

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

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