Html Css Color HEX #49343F Barossa

📋 copy color: '#49343F'

red 73 ◦ green 52 ◦ blue 63

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

Shades of Barossa #49343F

Tints of Barossa #49343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

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

R = 38.83%
G = 27.66%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49343F (or 0x49343F) is known color: Barossa. HEX triplet: 49, 34 and 3F. RGB value is (73,52,63). Sum of RGB (Red+Green+Blue) = 73+52+63=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #49343F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49343F is #B6CBC0. Grayscale: #3B3B3B. Windows color (decimal): -11979713 or 4142153. OLE color: 4142153.

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

Color convert

RGB 73 52 63 -
CMYK 0 0.29 0.14 0.71
HSL 328.57º 0.17% 0.25% -
HSV(B) 328.57º 0.29% 0.29% -
XYZ 4.87 4.23 5.26 -
YUV 59.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 73 52 63 0 0.29 0.14 0.71 328.57 0.17 0.25
Hex 49 34 3F 0 1D E 47 149 11 19
Octal 111 64 77 0 35 16 107 511 21 31
Binary 1001001 110100 111111 0 11101 1110 1000111 101001001 10001 11001

Color Harmonies of #49343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49343F

Black with #49343F

Text Example


Text Example

White with #49343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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