Html Css Color HEX #4D313B Barossa

📋 copy color: '#4D313B'

red 77 ◦ green 49 ◦ blue 59

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

Shades of Barossa #4D313B

Tints of Barossa #4D313B

RGB

 RED value IS 77 (30.47% from 255) = 41.62%

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

 BLUE value IS 59 (23.44% from 255) = 31.89%

R = 41.62%
G = 26.49%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.70

RGB Variations

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

Color information

#4D313B (or 0x4D313B) is known color: Barossa. HEX triplet: 4D, 31 and 3B. RGB value is (77,49,59). Sum of RGB (Red+Green+Blue) = 77+49+59=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D313B is #B2CEC4. Grayscale: #3A3A3A. Windows color (decimal): -11718341 or 3879245. OLE color: 3879245.

HSL color Cylindrical-coordinate representation of color #4D313B: hue angle of 338.57º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D313B is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 49 59 -
CMYK 0 0.36 0.23 0.70
HSL 338.57º 0.22% 0.25% -
HSV(B) 338.57º 0.36% 0.3% -
XYZ 4.95 4.09 4.67 -
YUV 58.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 77 49 59 0 0.36 0.23 0.70 338.57 0.22 0.25
Hex 4D 31 3B 0 24 17 46 153 16 19
Octal 115 61 73 0 44 27 106 523 26 31
Binary 1001101 110001 111011 0 100100 10111 1000110 101010011 10110 11001

Color Harmonies of #4D313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D313B

Black with #4D313B

Text Example


Text Example

White with #4D313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D313B; }

 p { color: rgb(77,49,59); }

 H1.HeaderClassName
 {
   color: #4D313B;
 }
 .AnyTagClassName
 {
   color: #4D313B;
 }
</style>

background-color css

<style>
 a { background-color: #4D313B; }

 a { background-color: rgb(77,49,59); }

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

border-color css

<style>
 span { border-color: #4D313B; }

 span { border-color: rgb(77,49,59); }

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