Html Css Color HEX #4D2639 Barossa

📋 copy color: '#4D2639'

red 77 ◦ green 38 ◦ blue 57

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

Shades of Barossa #4D2639

Tints of Barossa #4D2639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.09%

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

R = 44.77%
G = 22.09%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#4D2639 (or 0x4D2639) is known color: Barossa. HEX triplet: 4D, 26 and 39. RGB value is (77,38,57). Sum of RGB (Red+Green+Blue) = 77+38+57=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2639 is #B2D9C6. Grayscale: #333333. Windows color (decimal): -11721159 or 3745357. OLE color: 3745357.

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

Color convert

RGB 77 38 57 -
CMYK 0 0.51 0.26 0.70
HSL 330.77º 0.34% 0.23% -
HSV(B) 330.77º 0.51% 0.3% -
XYZ 4.49 3.26 4.26 -
YUV 51.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 77 38 57 0 0.51 0.26 0.70 330.77 0.34 0.23
Hex 4D 26 39 0 33 1A 46 14B 22 17
Octal 115 46 71 0 63 32 106 513 42 27
Binary 1001101 100110 111001 0 110011 11010 1000110 101001011 100010 10111

Color Harmonies of #4D2639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2639

Black with #4D2639

Text Example


Text Example

White with #4D2639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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