Html Css Color HEX #4D2A3C Barossa

📋 copy color: '#4D2A3C'

red 77 ◦ green 42 ◦ blue 60

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

Shades of Barossa #4D2A3C

Tints of Barossa #4D2A3C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.46%

 BLUE value IS 60 (23.83% from 255) = 33.52%

R = 43.02%
G = 23.46%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4D2A3C (or 0x4D2A3C) is known color: Barossa. HEX triplet: 4D, 2A and 3C. RGB value is (77,42,60). Sum of RGB (Red+Green+Blue) = 77+42+60=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2A3C is #B2D5C3. Grayscale: #363636. Windows color (decimal): -11720132 or 3942989. OLE color: 3942989.

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

Color convert

RGB 77 42 60 -
CMYK 0 0.45 0.22 0.70
HSL 329.14º 0.29% 0.23% -
HSV(B) 329.14º 0.45% 0.3% -
XYZ 4.7 3.56 4.71 -
YUV 54.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 77 42 60 0 0.45 0.22 0.70 329.14 0.29 0.23
Hex 4D 2A 3C 0 2D 16 46 149 1D 17
Octal 115 52 74 0 55 26 106 511 35 27
Binary 1001101 101010 111100 0 101101 10110 1000110 101001001 11101 10111

Color Harmonies of #4D2A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2A3C

Black with #4D2A3C

Text Example


Text Example

White with #4D2A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,42,60); }

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

background-color css

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

 a { background-color: rgb(77,42,60); }

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

border-color css

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

 span { border-color: rgb(77,42,60); }

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