Html Css Color HEX #49223A Barossa

📋 copy color: '#49223A'

red 73 ◦ green 34 ◦ blue 58

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

Shades of Barossa #49223A

Tints of Barossa #49223A

RGB

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

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

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

R = 44.24%
G = 20.61%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#49223A (or 0x49223A) is known color: Barossa. HEX triplet: 49, 22 and 3A. RGB value is (73,34,58). Sum of RGB (Red+Green+Blue) = 73+34+58=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #49223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49223A is #B6DDC5. Grayscale: #303030. Windows color (decimal): -11984326 or 3809865. OLE color: 3809865.

HSL color Cylindrical-coordinate representation of color #49223A: hue angle of 323.08º 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 #49223A is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 58 -
CMYK 0 0.53 0.21 0.71
HSL 323.08º 0.36% 0.21% -
HSV(B) 323.08º 0.53% 0.29% -
XYZ 4.08 2.87 4.34 -
YUV 48.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 73 34 58 0 0.53 0.21 0.71 323.08 0.36 0.21
Hex 49 22 3A 0 35 15 47 143 24 15
Octal 111 42 72 0 65 25 107 503 44 25
Binary 1001001 100010 111010 0 110101 10101 1000111 101000011 100100 10101

Color Harmonies of #49223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49223A

Black with #49223A

Text Example


Text Example

White with #49223A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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