Html Css Color HEX #490C20 Bordeaux

📋 copy color: '#490C20'

red 73 ◦ green 12 ◦ blue 32

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

Shades of Bordeaux #490C20

Tints of Bordeaux #490C20

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.26%

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

R = 62.39%
G = 10.26%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#490C20 (or 0x490C20) is known color: Bordeaux. HEX triplet: 49, 0C and 20. RGB value is (73,12,32). Sum of RGB (Red+Green+Blue) = 73+12+32=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #490C20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C20 is #B6F3DF. Grayscale: #202020. Windows color (decimal): -11989984 or 2100297. OLE color: 2100297.

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

Color convert

RGB 73 12 32 -
CMYK 0 0.84 0.56 0.71
HSL 340.33º 0.72% 0.17% -
HSV(B) 340.33º 0.84% 0.29% -
XYZ 3.14 1.78 1.55 -
YUV 32.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 73 12 32 0 0.84 0.56 0.71 340.33 0.72 0.17
Hex 49 C 20 0 54 38 47 154 48 11
Octal 111 14 40 0 124 70 107 524 110 21
Binary 1001001 1100 100000 0 1010100 111000 1000111 101010100 1001000 10001

Color Harmonies of #490C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C20

Black with #490C20

Text Example


Text Example

White with #490C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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