Html Css Color HEX #490B20 Bordeaux

📋 copy color: '#490B20'

red 73 ◦ green 11 ◦ blue 32

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

Shades of Bordeaux #490B20

Tints of Bordeaux #490B20

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.48%

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

R = 62.93%
G = 9.48%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#490B20 (or 0x490B20) is known color: Bordeaux. HEX triplet: 49, 0B and 20. RGB value is (73,11,32). Sum of RGB (Red+Green+Blue) = 73+11+32=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #490B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B20 is #B6F4DF. Grayscale: #1F1F1F. Windows color (decimal): -11990240 or 2100041. OLE color: 2100041.

HSL color Cylindrical-coordinate representation of color #490B20: hue angle of 339.68º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490B20 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 11 32 -
CMYK 0 0.85 0.56 0.71
HSL 339.68º 0.74% 0.16% -
HSV(B) 339.68º 0.85% 0.29% -
XYZ 3.13 1.76 1.54 -
YUV 31.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 73 11 32 0 0.85 0.56 0.71 339.68 0.74 0.16
Hex 49 B 20 0 55 38 47 154 4A 10
Octal 111 13 40 0 125 70 107 524 112 20
Binary 1001001 1011 100000 0 1010101 111000 1000111 101010100 1001010 10000

Color Harmonies of #490B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B20

Black with #490B20

Text Example


Text Example

White with #490B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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