Html Css Color HEX #491A21 Bordeaux

📋 copy color: '#491A21'

red 73 ◦ green 26 ◦ blue 33

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

Shades of Bordeaux #491A21

Tints of Bordeaux #491A21

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.7%

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

R = 55.3%
G = 19.7%
B = 25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#491A21 (or 0x491A21) is known color: Bordeaux. HEX triplet: 49, 1A and 21. RGB value is (73,26,33). Sum of RGB (Red+Green+Blue) = 73+26+33=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #491A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A21 is #B6E5DE. Grayscale: #282828. Windows color (decimal): -11986399 or 2169417. OLE color: 2169417.

HSL color Cylindrical-coordinate representation of color #491A21: hue angle of 351.06º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #491A21 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 26 33 -
CMYK 0 0.64 0.55 0.71
HSL 351.06º 0.47% 0.19% -
HSV(B) 351.06º 0.64% 0.29% -
XYZ 3.39 2.27 1.7 -
YUV 40.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 73 26 33 0 0.64 0.55 0.71 351.06 0.47 0.19
Hex 49 1A 21 0 40 37 47 15F 2F 13
Octal 111 32 41 0 100 67 107 537 57 23
Binary 1001001 11010 100001 0 1000000 110111 1000111 101011111 101111 10011

Color Harmonies of #491A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A21

Black with #491A21

Text Example


Text Example

White with #491A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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