Html Css Color HEX #49323F Barossa

📋 copy color: '#49323F'

red 73 ◦ green 50 ◦ blue 63

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

Shades of Barossa #49323F

Tints of Barossa #49323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

 BLUE value IS 63 (25% from 255) = 33.87%

R = 39.25%
G = 26.88%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49323F (or 0x49323F) is known color: Barossa. HEX triplet: 49, 32 and 3F. RGB value is (73,50,63). Sum of RGB (Red+Green+Blue) = 73+50+63=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #49323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49323F is #B6CDC0. Grayscale: #3A3A3A. Windows color (decimal): -11980225 or 4141641. OLE color: 4141641.

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

Color convert

RGB 73 50 63 -
CMYK 0 0.32 0.14 0.71
HSL 326.09º 0.19% 0.24% -
HSV(B) 326.09º 0.32% 0.29% -
XYZ 4.79 4.06 5.23 -
YUV 58.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 73 50 63 0 0.32 0.14 0.71 326.09 0.19 0.24
Hex 49 32 3F 0 20 E 47 146 13 18
Octal 111 62 77 0 40 16 107 506 23 30
Binary 1001001 110010 111111 0 100000 1110 1000111 101000110 10011 11000

Color Harmonies of #49323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49323F

Black with #49323F

Text Example


Text Example

White with #49323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49323F; }

 p { color: rgb(73,50,63); }

 H1.HeaderClassName
 {
   color: #49323F;
 }
 .AnyTagClassName
 {
   color: #49323F;
 }
</style>

background-color css

<style>
 a { background-color: #49323F; }

 a { background-color: rgb(73,50,63); }

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

border-color css

<style>
 span { border-color: #49323F; }

 span { border-color: rgb(73,50,63); }

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