Html Css Color HEX #49313B Barossa

📋 copy color: '#49313B'

red 73 ◦ green 49 ◦ blue 59

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

Shades of Barossa #49313B

Tints of Barossa #49313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.07%

 BLUE value IS 59 (23.44% from 255) = 32.6%

R = 40.33%
G = 27.07%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#49313B (or 0x49313B) is known color: Barossa. HEX triplet: 49, 31 and 3B. RGB value is (73,49,59). Sum of RGB (Red+Green+Blue) = 73+49+59=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #49313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49313B is #B6CEC4. Grayscale: #393939. Windows color (decimal): -11980485 or 3879241. OLE color: 3879241.

HSL color Cylindrical-coordinate representation of color #49313B: hue angle of 335º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49313B is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 49 59 -
CMYK 0 0.33 0.19 0.71
HSL 335º 0.2% 0.24% -
HSV(B) 335º 0.33% 0.29% -
XYZ 4.64 3.93 4.65 -
YUV 57.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 73 49 59 0 0.33 0.19 0.71 335 0.2 0.24
Hex 49 31 3B 0 21 13 47 14F 14 18
Octal 111 61 73 0 41 23 107 517 24 30
Binary 1001001 110001 111011 0 100001 10011 1000111 101001111 10100 11000

Color Harmonies of #49313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49313B

Black with #49313B

Text Example


Text Example

White with #49313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49313B; }

 p { color: rgb(73,49,59); }

 H1.HeaderClassName
 {
   color: #49313B;
 }
 .AnyTagClassName
 {
   color: #49313B;
 }
</style>

background-color css

<style>
 a { background-color: #49313B; }

 a { background-color: rgb(73,49,59); }

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

border-color css

<style>
 span { border-color: #49313B; }

 span { border-color: rgb(73,49,59); }

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