Html Css Color HEX #49313D Barossa

📋 copy color: '#49313D'

red 73 ◦ green 49 ◦ blue 61

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

Shades of Barossa #49313D

Tints of Barossa #49313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.33%

R = 39.89%
G = 26.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#49313D (or 0x49313D) is known color: Barossa. HEX triplet: 49, 31 and 3D. RGB value is (73,49,61). Sum of RGB (Red+Green+Blue) = 73+49+61=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #49313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49313D is #B6CEC2. Grayscale: #393939. Windows color (decimal): -11980483 or 4010313. OLE color: 4010313.

HSL color Cylindrical-coordinate representation of color #49313D: hue angle of 330º 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 #49313D is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 49 61 -
CMYK 0 0.33 0.16 0.71
HSL 330º 0.2% 0.24% -
HSV(B) 330º 0.33% 0.29% -
XYZ 4.69 3.95 4.93 -
YUV 57.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 73 49 61 0 0.33 0.16 0.71 330 0.2 0.24
Hex 49 31 3D 0 21 10 47 14A 14 18
Octal 111 61 75 0 41 20 107 512 24 30
Binary 1001001 110001 111101 0 100001 10000 1000111 101001010 10100 11000

Color Harmonies of #49313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49313D

Black with #49313D

Text Example


Text Example

White with #49313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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