Html Css Color HEX #49222A Bordeaux

📋 copy color: '#49222A'

red 73 ◦ green 34 ◦ blue 42

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

Shades of Bordeaux #49222A

Tints of Bordeaux #49222A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.82%

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

R = 48.99%
G = 22.82%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#49222A (or 0x49222A) is known color: Bordeaux. HEX triplet: 49, 22 and 2A. RGB value is (73,34,42). Sum of RGB (Red+Green+Blue) = 73+34+42=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #49222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49222A is #B6DDD5. Grayscale: #2E2E2E. Windows color (decimal): -11984342 or 2761289. OLE color: 2761289.

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

Color convert

RGB 73 34 42 -
CMYK 0 0.53 0.42 0.71
HSL 347.69º 0.36% 0.21% -
HSV(B) 347.69º 0.53% 0.29% -
XYZ 3.74 2.73 2.52 -
YUV 46.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 73 34 42 0 0.53 0.42 0.71 347.69 0.36 0.21
Hex 49 22 2A 0 35 2A 47 15C 24 15
Octal 111 42 52 0 65 52 107 534 44 25
Binary 1001001 100010 101010 0 110101 101010 1000111 101011100 100100 10101

Color Harmonies of #49222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49222A

Black with #49222A

Text Example


Text Example

White with #49222A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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