Html Css Color HEX #49293A Barossa

📋 copy color: '#49293A'

red 73 ◦ green 41 ◦ blue 58

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

Shades of Barossa #49293A

Tints of Barossa #49293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.84%

 BLUE value IS 58 (23.05% from 255) = 33.72%

R = 42.44%
G = 23.84%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#49293A (or 0x49293A) is known color: Barossa. HEX triplet: 49, 29 and 3A. RGB value is (73,41,58). Sum of RGB (Red+Green+Blue) = 73+41+58=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #49293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49293A is #B6D6C5. Grayscale: #343434. Windows color (decimal): -11982534 or 3811657. OLE color: 3811657.

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

Color convert

RGB 73 41 58 -
CMYK 0 0.44 0.21 0.71
HSL 328.13º 0.28% 0.22% -
HSV(B) 328.13º 0.44% 0.29% -
XYZ 4.3 3.31 4.41 -
YUV 52.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 73 41 58 0 0.44 0.21 0.71 328.13 0.28 0.22
Hex 49 29 3A 0 2C 15 47 148 1C 16
Octal 111 51 72 0 54 25 107 510 34 26
Binary 1001001 101001 111010 0 101100 10101 1000111 101001000 11100 10110

Color Harmonies of #49293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49293A

Black with #49293A

Text Example


Text Example

White with #49293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,41,58); }

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

background-color css

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

 a { background-color: rgb(73,41,58); }

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

border-color css

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

 span { border-color: rgb(73,41,58); }

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