Html Css Color HEX #4D2139 Barossa

📋 copy color: '#4D2139'

red 77 ◦ green 33 ◦ blue 57

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

Shades of Barossa #4D2139

Tints of Barossa #4D2139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.76%

 BLUE value IS 57 (22.66% from 255) = 34.13%

R = 46.11%
G = 19.76%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#4D2139 (or 0x4D2139) is known color: Barossa. HEX triplet: 4D, 21 and 39. RGB value is (77,33,57). Sum of RGB (Red+Green+Blue) = 77+33+57=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2139 is #B2DEC6. Grayscale: #303030. Windows color (decimal): -11722439 or 3744077. OLE color: 3744077.

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

Color convert

RGB 77 33 57 -
CMYK 0 0.57 0.26 0.70
HSL 327.27º 0.4% 0.22% -
HSV(B) 327.27º 0.57% 0.3% -
XYZ 4.34 2.96 4.21 -
YUV 48.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 77 33 57 0 0.57 0.26 0.70 327.27 0.4 0.22
Hex 4D 21 39 0 39 1A 46 147 28 16
Octal 115 41 71 0 71 32 106 507 50 26
Binary 1001101 100001 111001 0 111001 11010 1000110 101000111 101000 10110

Color Harmonies of #4D2139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2139

Black with #4D2139

Text Example


Text Example

White with #4D2139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,33,57); }

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

background-color css

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

 a { background-color: rgb(77,33,57); }

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

border-color css

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

 span { border-color: rgb(77,33,57); }

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