Html Css Color HEX #49202A Bordeaux

📋 copy color: '#49202A'

red 73 ◦ green 32 ◦ blue 42

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

Shades of Bordeaux #49202A

Tints of Bordeaux #49202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.77%

 BLUE value IS 42 (16.8% from 255) = 28.57%

R = 49.66%
G = 21.77%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#49202A (or 0x49202A) is known color: Bordeaux. HEX triplet: 49, 20 and 2A. RGB value is (73,32,42). Sum of RGB (Red+Green+Blue) = 73+32+42=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #49202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49202A is #B6DFD5. Grayscale: #2D2D2D. Windows color (decimal): -11984854 or 2760777. OLE color: 2760777.

HSL color Cylindrical-coordinate representation of color #49202A: hue angle of 345.37º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49202A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 32 42 -
CMYK 0 0.56 0.42 0.71
HSL 345.37º 0.39% 0.21% -
HSV(B) 345.37º 0.56% 0.29% -
XYZ 3.68 2.62 2.5 -
YUV 45.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 73 32 42 0 0.56 0.42 0.71 345.37 0.39 0.21
Hex 49 20 2A 0 38 2A 47 159 27 15
Octal 111 40 52 0 70 52 107 531 47 25
Binary 1001001 100000 101010 0 111000 101010 1000111 101011001 100111 10101

Color Harmonies of #49202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49202A

Black with #49202A

Text Example


Text Example

White with #49202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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