Html Css Color HEX #491C20 Bordeaux

📋 copy color: '#491C20'

red 73 ◦ green 28 ◦ blue 32

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

Shades of Bordeaux #491C20

Tints of Bordeaux #491C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.05%

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

R = 54.89%
G = 21.05%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#491C20 (or 0x491C20) is known color: Bordeaux. HEX triplet: 49, 1C and 20. RGB value is (73,28,32). Sum of RGB (Red+Green+Blue) = 73+28+32=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #491C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C20 is #B6E3DF. Grayscale: #292929. Windows color (decimal): -11985888 or 2104393. OLE color: 2104393.

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

Color convert

RGB 73 28 32 -
CMYK 0 0.62 0.56 0.71
HSL 354.67º 0.45% 0.2% -
HSV(B) 354.67º 0.62% 0.29% -
XYZ 3.42 2.35 1.64 -
YUV 41.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 73 28 32 0 0.62 0.56 0.71 354.67 0.45 0.2
Hex 49 1C 20 0 3E 38 47 163 2D 14
Octal 111 34 40 0 76 70 107 543 55 24
Binary 1001001 11100 100000 0 111110 111000 1000111 101100011 101101 10100

Color Harmonies of #491C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C20

Black with #491C20

Text Example


Text Example

White with #491C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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