Html Css Color HEX #491220 Bordeaux

📋 copy color: '#491220'

red 73 ◦ green 18 ◦ blue 32

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

Shades of Bordeaux #491220

Tints of Bordeaux #491220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.63%

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

R = 59.35%
G = 14.63%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#491220 (or 0x491220) is known color: Bordeaux. HEX triplet: 49, 12 and 20. RGB value is (73,18,32). Sum of RGB (Red+Green+Blue) = 73+18+32=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #491220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491220 is #B6EDDF. Grayscale: #242424. Windows color (decimal): -11988448 or 2101833. OLE color: 2101833.

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

Color convert

RGB 73 18 32 -
CMYK 0 0.75 0.56 0.71
HSL 344.73º 0.6% 0.18% -
HSV(B) 344.73º 0.75% 0.29% -
XYZ 3.22 1.95 1.57 -
YUV 36.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 73 18 32 0 0.75 0.56 0.71 344.73 0.6 0.18
Hex 49 12 20 0 4B 38 47 159 3C 12
Octal 111 22 40 0 113 70 107 531 74 22
Binary 1001001 10010 100000 0 1001011 111000 1000111 101011001 111100 10010

Color Harmonies of #491220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491220

Black with #491220

Text Example


Text Example

White with #491220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491220; }

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

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

background-color css

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

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

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

border-color css

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

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

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