Html Css Color HEX #491221 Bordeaux

📋 copy color: '#491221'

red 73 ◦ green 18 ◦ blue 33

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

Shades of Bordeaux #491221

Tints of Bordeaux #491221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.61%

R = 58.87%
G = 14.52%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#491221 (or 0x491221) is known color: Bordeaux. HEX triplet: 49, 12 and 21. RGB value is (73,18,33). Sum of RGB (Red+Green+Blue) = 73+18+33=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #491221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491221 is #B6EDDE. Grayscale: #242424. Windows color (decimal): -11988447 or 2167369. OLE color: 2167369.

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

Color convert

RGB 73 18 33 -
CMYK 0 0.75 0.55 0.71
HSL 343.64º 0.6% 0.18% -
HSV(B) 343.64º 0.75% 0.29% -
XYZ 3.24 1.96 1.65 -
YUV 36.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 73 18 33 0 0.75 0.55 0.71 343.64 0.6 0.18
Hex 49 12 21 0 4B 37 47 158 3C 12
Octal 111 22 41 0 113 67 107 530 74 22
Binary 1001001 10010 100001 0 1001011 110111 1000111 101011000 111100 10010

Color Harmonies of #491221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491221

Black with #491221

Text Example


Text Example

White with #491221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491221; }

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

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

background-color css

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

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

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

border-color css

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

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

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